shower fix (#28539)

Co-authored-by: Toastical <toastical@toaster.com>
This commit is contained in:
Toastical
2025-03-09 04:16:54 +02:00
committed by GitHub
parent 48ea020ed6
commit f7dfa9827b
@@ -684,8 +684,6 @@
//overriding this because we don't care about other items on the wall, but still need to do adjacent checks
if(!on_wall || !user)
return
if(proximity_flag != 1) //if we aren't next to the wall
return
if(!(get_dir(on_wall, user) in GLOB.cardinal))
to_chat(user, "<span class='warning'>You need to be standing next to a wall to place \the [src].</span>")
return