mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-17 10:05:27 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user