vgstation-coders / vgstation13

Butts
GNU General Public License v3.0
260 stars 541 forks source link

Uplink-spawned Uzis can only accept the impossible-to-print Extended Magazines #36271

Open kilozombie opened 3 months ago

kilozombie commented 3 months ago

[oversight] If you buy one and presume you can use magazines from the ammolathe, you're shit outta luck. As far as I can tell, IRL Uzis don't need any special modification to accept new magazines. The normal Uzi can accept any kind of magazine, so this is definitely an oversight with how the uplink Uzi is spawned.

SECBATON-GRIFFON commented 3 months ago

code says it's smaller and uses 9mm

hacker-on-steroids commented 3 months ago

uzi (accepts uzi mags and extended mags) uzi/largemag (accepts only extended mags) uzi/micro (accepts only 9mm mags)

probably an easy fix to make the largemag uzi do this the glock way instead of overriding the magtype https://github.com/vgstation-coders/vgstation13/blob/df4401fc69f676495efcf37ddae0a66a5805d3f2/code/modules/projectiles/guns/projectile/pistol.dm#L287-L291