[MIRROR] RCD Additions + Cyborg RCD Upgrades (#225)

* RCD Additions + Cyborg RCD Upgrades (#52018)

* adds directional window setting for normal grille window mode

adds furnishing upgrading to the rcd for chairs, stools, tables, and glass tables

both of these new introductions have their direction based on where you are facing when the timer for the build finishes

* adds the luxary rcd cargo pack with a loaded rcd, all 4 upgrade disks, and 3 extra compressed matter cartridges

* adds the furnishing upgrade to the techwebs

allows cyborgs to install rcd upgrades except silos

allows loading of metal and matter into the rcd by simply clicking on the thing you want to insert

lowers price of the cargo pack and removes the silo upgrade

adds banned upgrades var to the rcd

* you can now create windoors and deconstruct them as well

you can now deconstruct tables

doubles the price of the cargo pack for rcds

* removed cargo pack

* changes define to bitshift flags

moves matter addition to rcds to a proc on sheets

* matter amount is now a stack variable

* RCD Additions + Cyborg RCD Upgrades

Co-authored-by: Whoneedspacee <yougotreallyowned@gmail.com>
This commit is contained in:
SkyratBot
2020-08-07 01:39:32 +01:00
committed by GitHub
co-authored by Whoneedspacee
parent abfd1cf536
commit 2558111cba
15 changed files with 282 additions and 95 deletions
+2 -2
View File
@@ -210,13 +210,13 @@
/datum/action/innate/aux_base/window_type
name = "Select Window Type"
name = "Select Window Glass"
button_icon_state = "window_select"
/datum/action/innate/aux_base/window_type/Activate()
if(..())
return
B.RCD.toggle_window_type()
B.RCD.toggle_window_glass()
/datum/action/innate/aux_base/place_fan
name = "Place Tiny Fan"