mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
[READY]Circuitry upgrades (#33579)
* heater,xenobio scan,smoker fix,kill vines,pathfinder * 1.drag component 2.damage for bot and machines(?) 3.EPv2 scaner(takes ref to thing.returns adress of epv2 adress if there is one) 4.fix work of arithmetic pins * Update input.dm * fix, scaner * grinder,juicer,smokefix, runtime fix * lag * Update game_options.txt * Update reagents.dm * Update assemblies.dm * Update grown.dm * Update grown.dm * 111 * Delete electronic_components.dmi * 222 * merge * Update reagents.dm * Update assemblies.dm * concat unfuck * concat unfuck 2 * reagents * fixes * fix2 * hooks * math * 111 * sense * leave it for now. * fix * fix(2) * requested * okay * uhhh * sorry * kevinz's smoker nerf is enought * hooks2 * fix for reagents push ref.
This commit is contained in:
committed by
Emmett Gaines
parent
dd8d804cd0
commit
95b9e19cd9
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user