mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] Soap & clean proc refactor (#10989)
Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
6badc27205
commit
4558eaab04
@@ -203,7 +203,7 @@
|
||||
var/obj/belly/B = output_dest
|
||||
B.owner_adjust_nutrition((T.dirt - 50) / 10) //Max tile dirt is 101. so about 5 nutrition from a disgusting floor, I think that's okay.
|
||||
T.dirt = 0
|
||||
T.clean_blood()
|
||||
T.wash(CLEAN_WASH)
|
||||
return
|
||||
if(!isturf(target.loc))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user