Faction fixes (#24396)

* Faction fixes

* heh

* hup!

* i'm smart
This commit is contained in:
Joan Lung
2017-02-27 00:39:01 +13:00
committed by oranges
parent d4625dbefb
commit d5df752c0e
13 changed files with 48 additions and 35 deletions
+1 -1
View File
@@ -416,7 +416,7 @@ var/global/list/obj/item/device/pda/PDAs = list()
var/alert_s = input(U,"Alert severity level","Ping Drones",null) as null|anything in list("Low","Medium","High","Critical")
if(A && alert_s)
var/msg = "<span class='boldnotice'>NON-DRONE PING: [U.name]: [alert_s] priority alert in [A.name]!</span>"
_alert_drones(msg, 1)
_alert_drones(msg, TRUE)
U << msg