mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-16 13:13:03 +00:00
update_clothing() needs only be called by drop_item() if something was actually dropped.
This commit is contained in:
@@ -96,8 +96,6 @@
|
|||||||
return 0
|
return 0
|
||||||
|
|
||||||
/mob/proc/Life()
|
/mob/proc/Life()
|
||||||
// if(organStructure)
|
|
||||||
// organStructure.ProcessOrgans()
|
|
||||||
return
|
return
|
||||||
|
|
||||||
/mob/proc/update_clothing()
|
/mob/proc/update_clothing()
|
||||||
@@ -172,7 +170,7 @@
|
|||||||
var/turf/T = get_turf(loc)
|
var/turf/T = get_turf(loc)
|
||||||
if (istype(T))
|
if (istype(T))
|
||||||
T.Entered(W)
|
T.Entered(W)
|
||||||
update_clothing()
|
update_clothing()
|
||||||
return
|
return
|
||||||
|
|
||||||
/mob/proc/before_take_item(var/obj/item/item)
|
/mob/proc/before_take_item(var/obj/item/item)
|
||||||
|
|||||||
Reference in New Issue
Block a user