mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Reduce lines by removing blank lines added by PJ's script
This commit is contained in:
@@ -22,12 +22,10 @@
|
||||
return
|
||||
if (!( get_dir(on_wall,user) in cardinal))
|
||||
to_chat(user, "<span class='rose'>You need to be standing next to a wall to place \the [src].</span>")
|
||||
|
||||
return
|
||||
|
||||
if(gotwallitem(get_turf(user), get_dir(on_wall,user)))
|
||||
to_chat(user, "<span class='rose'>There's already an item on this wall!</span>")
|
||||
|
||||
return
|
||||
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user