mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Made some object lists less terrible to read (#29304)
* spaces * more spaces * last ones
This commit is contained in:
@@ -882,7 +882,7 @@ Gunshots/explosions/opening doors/less rare audio (done)
|
||||
if("hacked")
|
||||
throw_alert("hacked", /obj/screen/alert/hacked, override = TRUE)
|
||||
if("charge")
|
||||
throw_alert("charge",/obj/screen/alert/emptycell, override = TRUE)
|
||||
throw_alert("charge", /obj/screen/alert/emptycell, override = TRUE)
|
||||
sleep(rand(100,200))
|
||||
clear_alert(alert_type, clear_override = TRUE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user