Skip to content

Commit

Permalink
Fixes gas grenades not going away after detonation
Browse files Browse the repository at this point in the history
  • Loading branch information
1080pCat committed Sep 14, 2024
1 parent 3b5cbf5 commit 264c28b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions code/game/objects/items/weapons/grenades/atmosgrenade.dm
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@
var/turf/simulated/target_turf = get_turf(src)
if(istype(target_turf))
target_turf.atmos_spawn_air(spawn_contents, spawn_amount)

/obj/item/grenade/gas/proc/release_air(turf/simulated/target_turf)
// Any proc that wants MILLA to be synchronous should not sleep.
SHOULD_NOT_SLEEP(TRUE)

target_turf.atmos_spawn_air(spawn_contents, spawn_amount)

qdel(src)

/obj/item/grenade/gas/plasma
Expand Down

0 comments on commit 264c28b

Please sign in to comment.