This commit is contained in:
Pinta
2024-03-24 05:20:10 -04:00
parent 8c5759b023
commit d46cf2d981
13 changed files with 25 additions and 34 deletions
@@ -15,7 +15,7 @@
throw_alert("nutrition", /obj/screen/alert/fat)
if(NUTRITION_LEVEL_HUNGRY to NUTRITION_LEVEL_FULL)
clear_alert("nutrition")
if(NUTRITION_LEVEL_HUNGRY to NUTRITION_LEVEL_STARVING)
if(NUTRITION_LEVEL_STARVING to NUTRITION_LEVEL_HUNGRY)
throw_alert("nutrition", /obj/screen/alert/hungry)
if(0 to NUTRITION_LEVEL_STARVING)
throw_alert("nutrition", /obj/screen/alert/starving)
@@ -11,6 +11,5 @@
cumdrip()
/mob/living/carbon/human/proc/cumdrip()
.=..()
if(isturf(loc))
new/obj/effect/decal/cleanable/semendrip(get_turf(src))
-1
View File
@@ -307,7 +307,6 @@ Icons, maybe?
step(leash_pet, NORTH, 1)
/obj/item/leash/proc/on_freepet_move()
. = ..()
//Pet is on the run. Let's drag the leash behind them.
if(!leash_master == "null") //If there is a master, don't do this
return