Ship in a bottle

This commit is contained in:
KorPhaeron
2016-05-04 02:59:17 -05:00
parent e7ee10b517
commit 343b32837e
2 changed files with 13 additions and 1 deletions
@@ -36,7 +36,7 @@
if(10)
new /obj/item/organ/internal/heart/cursed(src)
if(11)
new /obj/vehicle/lavaboat/dragon(src)
new /obj/item/device/ship_in_a_bottle(src)
if(12)
new /obj/item/clothing/suit/space/hardsuit/ert/paranormal/beserker(src)
if(13)
@@ -384,6 +384,18 @@
//Dragon Boat
/obj/item/device/ship_in_a_bottle
name = "ship in a bottle"
desc = "A tiny ship inside a bottle."
icon = 'icons/obj/lavaland/artefacts.dmi'
icon_state = "ship_bottle"
/obj/item/device/ship_in_a_bottle/attack_self(mob/user)
user << "You're not sure how they get the ships in these things, but you're pretty sure you know how to get it out."
playsound(user.loc, 'sound/effects/Glassbr1.ogg', 100, 1)
new /obj/vehicle/lavaboat/dragon(get_turf(src))
/obj/vehicle/lavaboat/dragon
name = "mysterious boat"
desc = "This boat moves where you will it, without the need for an oar."