Replaces "istype"s with is_helpers macros (#28676)

This commit is contained in:
nicbn
2017-06-22 15:03:19 -03:00
committed by Leo
parent 4ac64a7014
commit 77a2d3f5cd
125 changed files with 192 additions and 184 deletions
@@ -25,7 +25,7 @@
for(var/j = 1, j<= gibamounts[i], j++)
var/gibType = gibtypes[i]
gib = new gibType(loc)
if(istype(loc,/mob/living/carbon))
if(iscarbon(loc))
var/mob/living/carbon/digester = loc
digester.stomach_contents += gib