mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Food Cart (#20544)
- rscadd: "Adds a new food cart to the kitchen." - bugfix: "Fixes grill and oven to play their loop sounds only when turned on." - bugfix: "Fixes update_icon() of grill and oven so they actually look turned on when turned on." - <img width="708" alt="dreamseeker_XCNVO4o3GC" src="https://github.com/user-attachments/assets/081a8d8b-5fb6-40e2-adf8-05ffad91432b" /> --------- Signed-off-by: Wowzewow (Wezzy) <42310821+alsoandanswer@users.noreply.github.com> Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> Co-authored-by: hazelrat <83198434+hazelrat@users.noreply.github.com>
This commit is contained in:
co-authored by
Fluffy
hazelrat
parent
2ee9c74186
commit
a0445aa04e
@@ -38,6 +38,14 @@
|
||||
/proc/shadow(atom/movable/target)
|
||||
new /atom/movable/afterimage(get_turf(target), target)
|
||||
|
||||
/obj/effect/temp_visual/cart_space
|
||||
icon_state = "launchpad_launch"
|
||||
duration = 2 SECONDS
|
||||
|
||||
/obj/effect/temp_visual/cart_space/bad
|
||||
icon_state = "launchpad_pull"
|
||||
duration = 2 SECONDS
|
||||
|
||||
/obj/effect/constructing_effect
|
||||
icon = 'icons/effects/effects_rfd.dmi'
|
||||
icon_state = ""
|
||||
|
||||
Reference in New Issue
Block a user