secbed is now deployed from grenade

because pulling a bed out of a vending machine was ridiculous
This commit is contained in:
Unknown
2020-09-09 13:36:01 -05:00
parent b6a54f2ff9
commit 91490e10e2
2 changed files with 12 additions and 1 deletions
+11
View File
@@ -191,6 +191,17 @@
/obj/item/grenade/barrier/ui_action_click(mob/user)
toggle_mode(user)
/obj/item/grenade/secbed
name = "security bed grenade"
desc = "A nice red and black pet bed, now in a compact, throwable package! No more wrestling entire beds out of vending machines!"
icon = 'icons/obj/grenade.dmi'
icon_state = "flashbang"
item_state = "flashbang"
/obj/item/grenade/secbed/prime()
new /obj/structure/bed/secbed(get_turf(src.loc))
qdel(src)
#undef SINGLE
#undef VERTICAL
+1 -1
View File
@@ -24,7 +24,7 @@
/obj/item/storage/belt/slut = 5,
/obj/item/clothing/mask/gas/sechailer/slut = 5,
/obj/item/bdsm_whip/ridingcrop = 3,
/obj/structure/bed/secbed = 3,
/obj/item/grenade/secbed = 3,
/obj/item/dildo/flared/gigantic = 1)
premium = list(/obj/item/coin/antagtoken = 1,
/obj/item/clothing/head/helmet/blueshirt = 1,