mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Reduce lines by removing blank lines added by PJ's script
This commit is contained in:
@@ -63,7 +63,6 @@
|
||||
var/turf/T = get_turf(user.loc)
|
||||
if(T.z != current.z || !current.can_use())
|
||||
to_chat(user, "<span class='danger'>[src] has lost the signal.</span>")
|
||||
|
||||
current = null
|
||||
user.reset_view(null)
|
||||
user.unset_machine()
|
||||
@@ -224,12 +223,10 @@
|
||||
if(istype(C))
|
||||
if(!C.can_use())
|
||||
to_chat(usr, "<span class='danger'>Something's wrong with that camera. You can't get a feed.</span>")
|
||||
|
||||
return
|
||||
var/turf/T = get_turf(loc)
|
||||
if(!T || C.z != T.z)
|
||||
to_chat(usr, "<span class='danger'>You can't get a signal.</span>")
|
||||
|
||||
return
|
||||
current = C
|
||||
spawn(6)
|
||||
|
||||
Reference in New Issue
Block a user