mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-24 05:06:47 +01:00
11 lines
367 B
Plaintext
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)
|