Skip to content

Commit

Permalink
Update marines.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
BeagleGaming1 authored Sep 15, 2023
1 parent 45de005 commit d7214b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/game/objects/items/explosives/grenades/marines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@
var/nerve_gas_radius = 2

/obj/item/explosive/grenade/nerve_gas/New()
..()
. = ..()
nerve_gas = new /datum/effect_system/smoke_spread/cn20
nerve_gas.attach(src)

Expand All @@ -501,6 +501,7 @@
name = "\improper CN20-X canister grenade"

/obj/item/explosive/grenade/nerve_gas/xeno/New()
. = ..()
nerve_gas = new /datum/effect_system/smoke_spread/cn20/xeno
nerve_gas.attach(src)

Expand Down

0 comments on commit d7214b9

Please sign in to comment.