funny
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
#define IC_TOPIC_HANDLED 1
|
||||
#define IC_TOPIC_REFRESH 2
|
||||
#define IC_FLAG_ANCHORABLE 1
|
||||
#define IC_FLAG_CAN_FIRE 2
|
||||
#define IC_FLAG_CAN_FIRE 2
|
||||
|
||||
@@ -46,4 +46,4 @@
|
||||
/datum/integrated_io/color/display_data(var/input)
|
||||
if(!isnull(data))
|
||||
return "(<font color='[data]'>[data]</font>)"
|
||||
return ..()
|
||||
return ..()
|
||||
|
||||
@@ -28,4 +28,4 @@
|
||||
/datum/integrated_io/dir/display_data(var/input)
|
||||
if(!isnull(data))
|
||||
return "([dir2text(data)])"
|
||||
return ..()
|
||||
return ..()
|
||||
|
||||
@@ -14,4 +14,4 @@
|
||||
holder.on_data_written()
|
||||
|
||||
/datum/integrated_io/number/display_pin_type()
|
||||
return IC_FORMAT_NUMBER
|
||||
return IC_FORMAT_NUMBER
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
outputs = list()
|
||||
activators = list()
|
||||
power_draw_idle = 0
|
||||
power_draw_per_use = 0
|
||||
power_draw_per_use = 0
|
||||
|
||||
@@ -135,4 +135,4 @@
|
||||
|
||||
/obj/item/integrated_circuit/passive/power/chemical_cell/do_work()
|
||||
set_pin_data(IC_OUTPUT, 2, WEAKREF(src))
|
||||
push_data()
|
||||
push_data()
|
||||
|
||||
Reference in New Issue
Block a user