Skip to content

Commit

Permalink
fixes an exploit (#26984)
Browse files Browse the repository at this point in the history
  • Loading branch information
silverplatedelta authored Oct 4, 2024
1 parent 19e1268 commit dab6fc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/projectiles/guns/projectile/toy.dm
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
suppressed_sound = 'sound/weapons/gunshots/gunshot_smg.ogg'
needs_permit = FALSE
mag_type = /obj/item/ammo_box/magazine/toy/smgm45
origin_tech = "combat=3;materials=2;syndicate=2"

/obj/item/gun/projectile/automatic/c20r/toy/riot
mag_type = /obj/item/ammo_box/magazine/toy/smgm45/riot
Expand Down Expand Up @@ -133,6 +134,7 @@
inhand_y_dimension = 32
mag_type = /obj/item/ammo_box/magazine/internal/shot/toy/tommygun
w_class = WEIGHT_CLASS_SMALL
origin_tech = "combat=3;materials=2;syndicate=2"

/obj/item/gun/projectile/automatic/sniper_rifle/toy
name = "donksoft sniper rifle"
Expand Down

0 comments on commit dab6fc5

Please sign in to comment.