[READY]Circuitry upgrades

This commit is contained in:
arsserpentarium
2017-12-24 06:55:37 +03:00
committed by CitadelStationBot
parent 2378235f51
commit a893559c6b
15 changed files with 409 additions and 129 deletions
@@ -56,7 +56,7 @@
data_to_show = A.name
to_chat(user, "<span class='notice'>You write '[data_to_write ? data_to_show : "NULL"]' to the '[io]' pin of \the [io.holder].</span>")
else if(io.io_type == PULSE_CHANNEL)
io.holder.check_then_do_work(ignore_power = TRUE)
io.holder.check_then_do_work(io.ord,ignore_power = TRUE)
to_chat(user, "<span class='notice'>You pulse \the [io.holder]'s [io].</span>")
io.holder.interact(user) // This is to update the UI.