Merge pull request #10963 from Kyep/rpd_hardsuit

Hardsuits already allowing RCDs in suit storage slot now allow RPDs too
This commit is contained in:
variableundefined
2019-03-03 22:39:35 +08:00
committed by GitHub
+1 -1
View File
@@ -72,7 +72,7 @@
icon_state = "hardsuit-engineering"
item_state = "eng_hardsuit"
armor = list(melee = 10, bullet = 5, laser = 10, energy = 5, bomb = 10, bio = 100, rad = 75)
allowed = list(/obj/item/flashlight,/obj/item/tank,/obj/item/t_scanner, /obj/item/rcd)
allowed = list(/obj/item/flashlight,/obj/item/tank,/obj/item/t_scanner, /obj/item/rcd, /obj/item/rpd)
siemens_coefficient = 0
actions_types = list(/datum/action/item_action/toggle_helmet)