mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-04 14:01:22 +00:00
- Made costs and delays variables
- Made plasteel multiplier a variable - Made shocked grilles shock unprotected RCD users - Made grilles deconstruct instantly to match wirecutters - Made RCD unable to deconstruct reinforced floors - Changed canRwall to canRturf to cover both r walls and floors - Changed large matter cartridge matter amount to 160 so it can still fit in the RCD - Added fourth matter cartridge to RCD crate so it once again holds enough cartridges to fully load it
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
icon_state = "medicalcrate"
|
||||
|
||||
/obj/structure/closet/crate/rcd
|
||||
desc = "A crate for the storage of the RCD."
|
||||
desc = "A crate for the storage of an RCD."
|
||||
name = "\improper RCD crate"
|
||||
|
||||
/obj/structure/closet/crate/rcd/New()
|
||||
@@ -53,6 +53,7 @@
|
||||
new /obj/item/weapon/rcd_ammo(src)
|
||||
new /obj/item/weapon/rcd_ammo(src)
|
||||
new /obj/item/weapon/rcd_ammo(src)
|
||||
new /obj/item/weapon/rcd_ammo(src)
|
||||
new /obj/item/weapon/rcd(src)
|
||||
|
||||
/obj/structure/closet/crate/freezer
|
||||
|
||||
Reference in New Issue
Block a user