mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-22 05:17:38 +01:00
Shower related bug fixes (#20018)
 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user