Merge branch 'master' into placeholder

This commit is contained in:
Ferner
2021-01-09 20:17:14 +01:00
115 changed files with 4599 additions and 1041 deletions
+4 -4
View File
@@ -319,7 +319,7 @@
// Linker proc: mob/proc/prepare_for_slotmove, which is referenced in proc/handle_item_insertion and obj/item/attack_hand.
// This shit exists so that dropped() could almost exclusively be called when an item is dropped.
/obj/item/proc/on_slotmove(var/mob/user)
if (zoom)
if(zoom)
zoom(user)
// called just as an item is picked up (loc is not yet changed)
@@ -741,9 +741,9 @@ modules/mob/living/carbon/human/life.dm if you die, you will be zoomed out.
if (slot_wear_id)
M.update_inv_wear_id()
if (slot_l_ear)
M.update_inv_ears()
M.update_inv_l_ear()
if (slot_r_ear)
M.update_inv_ears()
M.update_inv_r_ear()
if (slot_glasses)
M.update_inv_glasses()
if (slot_gloves)
@@ -845,4 +845,4 @@ modules/mob/living/carbon/human/life.dm if you die, you will be zoomed out.
return
/obj/item/proc/extinguish_fire()
return
return
@@ -43,7 +43,8 @@
set_light(0)
if (ismob(src.loc)) //for reasons, this makes headlights work.
var/mob/M = src.loc
M.update_inv_ears()
M.update_inv_l_ear()
M.update_inv_r_ear()
M.update_inv_head()
/obj/item/device/flashlight/attack_self(mob/user)
+2 -2
View File
@@ -308,11 +308,11 @@
update_icons_required = TRUE
if(H.l_ear && washears)
if(H.l_ear.clean_blood())
H.update_inv_ears(0)
H.update_inv_l_ear(0)
update_icons_required = TRUE
if(H.r_ear && washears)
if(H.r_ear.clean_blood())
H.update_inv_ears(0)
H.update_inv_r_ear(0)
update_icons_required = TRUE
if(H.belt)
if(H.belt.clean_blood())