mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 13:07:46 +01:00
@@ -96,8 +96,6 @@
|
||||
return 0
|
||||
|
||||
/mob/proc/Life()
|
||||
// if(organStructure)
|
||||
// organStructure.ProcessOrgans()
|
||||
return
|
||||
|
||||
/mob/proc/update_clothing()
|
||||
@@ -172,7 +170,7 @@
|
||||
var/turf/T = get_turf(loc)
|
||||
if (istype(T))
|
||||
T.Entered(W)
|
||||
update_clothing()
|
||||
update_clothing()
|
||||
return
|
||||
|
||||
/mob/proc/before_take_item(var/obj/item/item)
|
||||
|
||||
Reference in New Issue
Block a user