mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
[MIRROR] some istype to macros (#9802)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
73486c399b
commit
ed79946ade
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user