No gunning sadly

This commit is contained in:
Artur
2021-01-20 19:51:11 +02:00
parent 66979e2364
commit 87c9201707
2 changed files with 13 additions and 5 deletions
+6
View File
@@ -73,6 +73,12 @@
/obj/item/tank/proc/populate_gas()
return
/obj/item/tank/DoRevenantThrowEffects(atom/target)
if(air_contents)
var/turf/location = get_turf(src)
location.assume_air(air_contents)
visible_message("<span class='warning'[src] leaks gas!")
/obj/item/tank/Destroy()
if(air_contents)
qdel(air_contents)