RCDs and RPDs can now be worn on the belt slot (#48104)

* Modified the RCD to fit on a belt, cleaned up some of the upgrade descriptions.

* reeeeee tabbing

* As above except RPD

* Added the same functionality for the Plumbing Constructor and RLD
This commit is contained in:
TheVekter
2019-12-04 10:14:13 -05:00
committed by ShizCalev
parent 3ad28643f9
commit 8258b98616
3 changed files with 8 additions and 4 deletions
+4 -1
View File
@@ -189,6 +189,7 @@ RLD
righthand_file = 'icons/mob/inhands/equipment/tools_righthand.dmi'
custom_price = 150
max_matter = 160
slot_flags = ITEM_SLOT_BELT
item_flags = NO_MAT_REDEMPTION | NOBLUDGEON
has_ammobar = TRUE
var/mode = RCD_FLOORWALL
@@ -690,7 +691,7 @@ RLD
/obj/item/construction/rld
name = "rapid-light-device (RLD)"
name = "Rapid Lighting Device (RLD)"
desc = "A device used to rapidly provide lighting sources to an area. Reload with metal, plasteel, glass or compressed matter cartridges."
icon = 'icons/obj/tools.dmi'
icon_state = "rld-5"
@@ -699,6 +700,7 @@ RLD
matter = 200
max_matter = 200
var/mode = LIGHT_MODE
slot_flags = ITEM_SLOT_BELT
actions_types = list(/datum/action/item_action/pick_color)
var/wallcost = 10
@@ -850,6 +852,7 @@ RLD
desc = "An expertly modified RCD outfitted to construct plumbing machinery."
icon_state = "plumberer2"
icon = 'icons/obj/tools.dmi'
slot_flags = ITEM_SLOT_BELT
matter = 200
max_matter = 200
+1
View File
@@ -184,6 +184,7 @@ GLOBAL_LIST_INIT(transit_tube_recipes, list(
throw_speed = 1
throw_range = 5
w_class = WEIGHT_CLASS_NORMAL
slot_flags = ITEM_SLOT_BELT
custom_materials = list(/datum/material/iron=75000, /datum/material/glass=37500)
armor = list("melee" = 0, "bullet" = 0, "laser" = 0, "energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 100, "acid" = 50)
resistance_flags = FIRE_PROOF