mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Reduce lines by removing blank lines added by PJ's script
This commit is contained in:
@@ -25,26 +25,20 @@
|
||||
var/obj/machinery/power/apc/A = O
|
||||
if(A.emagged || A.malfhack)
|
||||
to_chat(user, "\red There is a software error with the device.")
|
||||
|
||||
else
|
||||
to_chat(user, "\blue The device's software appears to be fine.")
|
||||
|
||||
return 1
|
||||
if(istype(O, /obj/machinery/door))
|
||||
var/obj/machinery/door/D = O
|
||||
if(D.operating == -1)
|
||||
to_chat(user, "\red There is a software error with the device.")
|
||||
|
||||
else
|
||||
to_chat(user, "\blue The device's software appears to be fine.")
|
||||
|
||||
return 1
|
||||
else if(istype(O, /obj/machinery))
|
||||
var/obj/machinery/A = O
|
||||
if(A.emagged)
|
||||
to_chat(user, "\red There is a software error with the device.")
|
||||
|
||||
else
|
||||
to_chat(user, "\blue The device's software appears to be fine.")
|
||||
|
||||
return 1
|
||||
Reference in New Issue
Block a user