mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 23:17:28 +01:00
work
This commit is contained in:
@@ -35,8 +35,8 @@ var/list/ventcrawl_machinery = list(
|
||||
remove_ventcrawl()
|
||||
add_ventcrawl(loc)
|
||||
|
||||
/mob/living/carbon/slime/can_ventcrawl()
|
||||
if(Victim)
|
||||
/mob/living/simple_animal/slime/can_ventcrawl()
|
||||
if(victim)
|
||||
to_chat(src, "<span class='warning'>You cannot ventcrawl while feeding.</span>")
|
||||
return FALSE
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user