Skip to content

Commit

Permalink
Added
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBagHead committed Sep 18, 2024
1 parent 67dfd1d commit c9e6241
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/game/objects/items/grenades/chem_grenade.dm
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,10 @@
desc = "Tiger Cooperative chemical foam grenade. Causes temporary irration, blindness, confusion, mutism, and mutations to carbon based life forms. Contains additional spore toxin."
stage = GRENADE_READY

// MONKESTATION EDIT START
// MONKESTATION EDIT ORIGINAL /obj/item/grenade/chem_grenade/bioterrorfoam/Initialize(mapload)
/obj/item/grenade/chem_grenade/large/bioterrorfoam/Initialize(mapload)
// MONKESTATION EDIT END
. = ..()
var/obj/item/reagent_containers/cup/beaker/bluespace/beaker_one = new(src)
var/obj/item/reagent_containers/cup/beaker/bluespace/beaker_two = new(src)
Expand Down

0 comments on commit c9e6241

Please sign in to comment.