mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user