[MIRROR] Miscellaneous appearance fixes. (#3771)

* Miscellaneous appearance fixes. (#57133)

* Fixes modular computer runtimes

- Adds a proc to eat the source arg of the update icon signal.

* Fixes a couple things not passing the right args

- Fixes the alien leap hallucination passing a string as the first arg to updat_icon
- Fixes the roulette machine passing the payout as the first arg to update_icon.

* Miscellaneous appearance fixes.

Co-authored-by: TemporalOroboros <TemporalOroboros@gmail.com>
This commit is contained in:
SkyratBot
2021-03-03 01:59:21 +00:00
committed by GitHub
co-authored by TemporalOroboros
parent 598db9f772
commit 5a0b30616c
9 changed files with 65 additions and 47 deletions
+1 -1
View File
@@ -903,7 +903,7 @@ GLOBAL_LIST_EMPTY(PDAs)
SIGNAL_HANDLER
set_light_on(FALSE)
set_light_range(0) //We won't be turning on again.
update_icon()
update_appearance()
visible_message("<span class='danger'>The light in [src] shorts out!</span>")
return COMPONENT_BLOCK_LIGHT_EATER