mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-29 19:43:16 +00:00
Fixed compile error because I don't know how istype() works
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
alert_msg = safe_alert
|
||||
lastwarning = world.timeofday
|
||||
|
||||
if(!istype(/obj/machinery/power/supermatter/shard) && !istype(L, /turf/space) && alert_msg)
|
||||
if(!istype(src, /obj/machinery/power/supermatter/shard) && !istype(L, /turf/space) && alert_msg)
|
||||
radio.autosay(alert_msg, "Supermatter Monitor")
|
||||
|
||||
if(damage > explosion_point)
|
||||
|
||||
Reference in New Issue
Block a user