Some work on making APCs better

Grammar fixes, more grammar fixes, a couple bug fixes, a few more grammer fixes.

Oh I also went ahead and to_chatted them user <<s again.
This commit is contained in:
Nerezza
2016-11-20 03:24:47 -06:00
parent 9417081f42
commit c25c2d9f1f
2 changed files with 88 additions and 95 deletions

View File

@@ -14,9 +14,9 @@
severity_range = 15
for(var/obj/machinery/power/apc/apc in range(severity_range,A))
if(is_valid_apc(apc))
apc.emagged = 1
apc.update_icon()
if(is_valid_apc(apc)) //This event disables interactions on the APC interface and bluescreens the APC while
apc.emagged = 1 //leaving the APC locked. To access the APC the player needs to cut wires. To fix the
apc.update_icon() //APC the player needs to open the cover and use a new APC frame on it.
/datum/event/apc_damage/proc/acquire_random_apc()
var/list/possibleEpicentres = list()