Fires all Lifeguards, Bans Diving, Forbids Swimming, and Restricts Water Useage

This commit is contained in:
Fox-McCloud
2017-01-23 01:56:47 -05:00
parent 96332e7c3d
commit ea15a83fde
5 changed files with 2 additions and 131 deletions
@@ -87,7 +87,7 @@ obj/item/projectile/bullet/saw/incen/Move()
..()
var/turf/location = get_turf(src)
if(location)
PoolOrNew(/obj/effect/hotspot, location)
new /obj/effect/hotspot(location)
location.hotspot_expose(700, 50, 1)
/obj/item/projectile/bullet/saw/incen/on_hit(atom/target, blocked = 0)