Shower related bug fixes (#20018)

![Doom_cover_art](https://github.com/user-attachments/assets/216f8485-a8dc-490b-a526-f1acbfe7d8f6)


Fixed monkey cubes under showers from turning the game into Doom 3.
Fixed showers not showering you because of an improper early return on
wet floors.
Fixed blood overlays being wrongly cleared when you shower.
Sonme code improvements.
This commit is contained in:
Fluffy
2024-10-10 19:48:06 +02:00
committed by GitHub
parent af863b9f56
commit 30cf844cb4
9 changed files with 120 additions and 36 deletions
+3 -1
View File
@@ -354,8 +354,10 @@ var/list/slot_equipment_priority = list( \
return 1
//Attemps to remove an object on a mob.
///Attemps to remove an object on a mob
/mob/proc/remove_from_mob(var/obj/O)
SHOULD_NOT_SLEEP(TRUE)
src.u_equip(O)
if (src.client)
src.client.screen -= O