Files
BongaTheProto 557fbe7803 back home
this works apparently...?
2022-04-18 21:19:35 -05:00

11 lines
367 B
Plaintext

/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)