Merge pull request #3706 from Citadel-Station-13/upstream-merge-32134

[MIRROR] Makes rollerbeds normal-sized items
This commit is contained in:
LetterJay
2017-10-31 03:02:43 -04:00
committed by GitHub
@@ -101,7 +101,7 @@
desc = "A collapsed roller bed that can be carried around."
icon = 'icons/obj/rollerbed.dmi'
icon_state = "folded"
w_class = WEIGHT_CLASS_BULKY // Can't be put in backpacks.
w_class = WEIGHT_CLASS_NORMAL // No more excuses, stop getting blood everywhere
/obj/item/roller/attackby(obj/item/I, mob/living/user, params)
if(istype(I, /obj/item/roller/robo))