This commit is contained in:
DragonTrance
2021-02-24 20:23:41 -07:00
committed by GitHub
parent bbb8c81d81
commit 4d55d53eaf
@@ -186,7 +186,7 @@
if(isopenturf(AM) && !istype(AM, /turf/open/space) && !istype(AM, /turf/open/lava))
var/turf/T = AM
if(T.light_power || T.light_range)
to_chat(user, "<span class='notice'>Your [src] consumes the lights in [AM].</span>")
to_chat(user, "<span class='notice'>[src] consumes the lights in [AM].</span>")
T.set_light(0,0)
else if(isopenturf(AM))
return