Skip to content

Commit

Permalink
Update code/modules/mob/mob_grab.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Zonespace <[email protected]>
  • Loading branch information
morrowwolf and Zonespace27 authored Jun 23, 2023
1 parent 00c96b8 commit e8bddca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/mob_grab.dm
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
X.visible_message(SPAN_WARNING("[X] devours [pulled]!"), \
SPAN_WARNING("You devour [pulled]!"), null, 5)

if(istype(pulled, /mob/living/carbon/human))
if(ishuman(pulled))
var/mob/living/carbon/human/pulled_human = pulled
pulled_human.disable_lights()

Expand Down

0 comments on commit e8bddca

Please sign in to comment.