More fixes

This commit is contained in:
AffectedArc07
2020-04-12 14:45:53 +01:00
parent e009686904
commit c8e9cd055a
12 changed files with 12 additions and 12 deletions
@@ -431,4 +431,4 @@
if("l_hand")
. = "left hand"
if("r_hand")
. = "right hand"
. = "right hand"
@@ -198,4 +198,4 @@
#undef SLIMEPERSON_HUNGERCOST
#undef SLIMEPERSON_MINHUNGER
#undef SLIMEPERSON_REGROWTHDELAY
#undef SLIMEPERSON_REGROWTHDELAY
+1 -1
View File
@@ -1413,4 +1413,4 @@ GLOBAL_LIST_INIT(slot_equipment_priority, list( \
///Force set the mob nutrition
/mob/proc/set_nutrition(change)
nutrition = max(0, change)
nutrition = max(0, change)
+1 -1
View File
@@ -211,4 +211,4 @@
var/list/tkgrabbed_objects = list() // Assoc list of items to TK grabs
var/forced_look = null // This can either be a numerical direction or a soft object reference (UID). It makes the mob always face towards the selected thing.
var/registered_z
var/registered_z