Refactor and Fixes EMP's (#13420)

This commit is contained in:
Fox McCloud
2020-05-14 20:39:44 -04:00
committed by GitHub
parent e7833fdaf5
commit d8134fd328
13 changed files with 35 additions and 21 deletions
+6
View File
@@ -7,6 +7,12 @@
pressure_resistance = 2
resistance_flags = FLAMMABLE
/obj/item/folder/emp_act(severity)
..()
for(var/i in contents)
var/atom/A = i
A.emp_act(severity)
/obj/item/folder/blue
desc = "A blue folder."
icon_state = "folder_blue"