Fix emitters

This commit is contained in:
MINIMAN10000
2018-06-13 22:40:38 -07:00
parent 841022e2c1
commit 8bbce44c49
3 changed files with 19 additions and 1 deletions
+1 -1
View File
@@ -13,6 +13,7 @@
icon_state = "smes"
density = 1
anchored = 1
deferred_processing = 1
var/capacity = 5e6 // maximum charge
var/charge = 0 // actual charge
@@ -39,7 +40,6 @@
var/building_terminal = 0 //Suggestions about how to avoid clickspam building several terminals accepted!
var/obj/machinery/power/terminal/terminal = null
/obj/machinery/power/smes/New()
..()
component_parts = list()