mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 21:57:53 +01:00
[MIRROR] end of file Fix (#10355)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
2af001e7e5
commit
65f21fb1d3
@@ -15,4 +15,4 @@
|
||||
|
||||
/obj/item/electronic_assembly/implant/update_icon()
|
||||
..()
|
||||
implant.icon_state = icon_state
|
||||
implant.icon_state = icon_state
|
||||
|
||||
@@ -22,4 +22,4 @@
|
||||
/datum/integrated_io/boolean/display_data(var/input)
|
||||
if(data == TRUE)
|
||||
return "(True)"
|
||||
return "(False)"
|
||||
return "(False)"
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
outputs = list()
|
||||
activators = list()
|
||||
power_draw_idle = 0
|
||||
power_draw_per_use = 0
|
||||
power_draw_per_use = 0
|
||||
|
||||
@@ -36,4 +36,4 @@
|
||||
activators = list("on activation" = IC_PINTYPE_PULSE_OUT)
|
||||
|
||||
/obj/item/integrated_circuit/built_in/action_button/do_work()
|
||||
activate_pin(1)
|
||||
activate_pin(1)
|
||||
|
||||
@@ -74,16 +74,16 @@
|
||||
var/ascii = text2ascii(input, i)
|
||||
if(ascii >= 65 && ascii <= 90)
|
||||
ascii += rotation
|
||||
if(ascii > 90)
|
||||
if(ascii > 90)
|
||||
ascii -= 26
|
||||
|
||||
else if(ascii >= 97 && ascii <= 122)
|
||||
ascii += rotation
|
||||
if(ascii > 122)
|
||||
if(ascii > 122)
|
||||
ascii -= 26
|
||||
|
||||
result += ascii2text(ascii)
|
||||
|
||||
set_pin_data(IC_OUTPUT, 1, result)
|
||||
push_data()
|
||||
activate_pin(2)
|
||||
activate_pin(2)
|
||||
|
||||
@@ -143,4 +143,4 @@
|
||||
name = "sixteen pulse demultiplexer"
|
||||
icon_state = "dmux16"
|
||||
w_class = ITEMSIZE_SMALL
|
||||
number_of_outputs = 16
|
||||
number_of_outputs = 16
|
||||
|
||||
@@ -137,4 +137,4 @@
|
||||
|
||||
set_pin_data(IC_OUTPUT, 1, result)
|
||||
push_data()
|
||||
activate_pin(2)
|
||||
activate_pin(2)
|
||||
|
||||
@@ -30,4 +30,4 @@
|
||||
#undef IC_PINTYPE_PULSE_IN
|
||||
#undef IC_PINTYPE_PULSE_OUT
|
||||
|
||||
#undef IC_MAX_LIST_LENGTH
|
||||
#undef IC_MAX_LIST_LENGTH
|
||||
|
||||
Reference in New Issue
Block a user