[MIRROR] some istype to macros (#9802)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-01-05 15:01:49 -07:00
committed by GitHub
parent 73486c399b
commit ed79946ade
409 changed files with 750 additions and 751 deletions

View File

@@ -29,7 +29,7 @@
continue
// Or borgs with an AI (they'll get their AI's ion law anyways).
if(istype(target, /mob/living/silicon/robot))
if(isrobot(target))
var/mob/living/silicon/robot/R = target
if(R.connected_ai)
continue
@@ -71,4 +71,4 @@
announce_odds = 100
/datum/event2/event/ion_storm/fake/start()
return
return