renaming it is a good idea, too

This commit is contained in:
Gatchapod
2020-07-01 05:25:49 +02:00
parent 94a77895bc
commit 3e6ad37661
23 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -159,7 +159,7 @@
var/mob/living/carbon/human/H = affected_mob
if(NO_HUNGER in H.dna.species.species_traits)
return TRUE
if(ismachine(H))
if(ismachineperson(H))
return TRUE
return ..()