Unglogs Soap and makes it work similar to how it used to (#17868)

* real

* I forgot to save DMI changes ! epic

* Soap names, afterattack() cleanup and lye, Oh my!

fnnuy

* Better handling of conflicting recipes.

oiter
This commit is contained in:
Reo Lozzot
2025-07-01 05:19:31 -05:00
committed by GitHub
parent 4294d54712
commit e88e6eb37e
6 changed files with 138 additions and 94 deletions
@@ -605,6 +605,12 @@
to_chat(user, span_notice("You wet \the [O] in \the [src]."))
playsound(src, 'sound/effects/slosh.ogg', 25, 1)
return
else if(istype(O, /obj/item/soap))
var/obj/item/soap/soap = O
to_chat(user, span_notice("You wet \the [O] in \the [src]"))
soap.wet()
O.wash(CLEAN_SCRUB)
return
var/turf/location = user.loc
if(!isturf(location)) return