mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
Reduce lines by removing blank lines added by PJ's script
This commit is contained in:
@@ -78,12 +78,10 @@
|
||||
|
||||
if(usr.stat || usr.restrained() || usr.lying || !istype(usr, /mob/living))
|
||||
to_chat(usr, "\red You can't do that.")
|
||||
|
||||
return
|
||||
|
||||
if(!Adjacent(usr))
|
||||
to_chat(usr, "You can't reach it.")
|
||||
|
||||
return
|
||||
|
||||
Reset()
|
||||
@@ -369,7 +367,6 @@
|
||||
|
||||
to_chat(user, "\The [src] won't boot!")
|
||||
|
||||
|
||||
attack_ai(var/mob/user as mob) // copypasta because server racks lose attack_hand()
|
||||
if(stat)
|
||||
Reset()
|
||||
@@ -395,7 +392,6 @@
|
||||
|
||||
to_chat(user, "\The [src] won't boot!")
|
||||
|
||||
|
||||
interact()
|
||||
if(stat)
|
||||
Reset()
|
||||
|
||||
Reference in New Issue
Block a user