mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-25 16:45:42 +00:00
flip it upside down and typecast it
This commit is contained in:
@@ -26,7 +26,8 @@
|
||||
|
||||
|
||||
/mob/living/simple_animal/drone/proc/alert_drones(msg, dead_can_hear = 0)
|
||||
for(var/M in mob_list)
|
||||
for(var/W in mob_list)
|
||||
var/mob/M = W
|
||||
if(istype(M, /mob/living/simple_animal/drone) && M.stat != DEAD)
|
||||
for(var/F in src.faction)
|
||||
if(F in M.faction)
|
||||
|
||||
Reference in New Issue
Block a user