Dumb janitor bird teases a clumsy space nerd
I wanted to draw one of my secondary SS13 characters. Shame I can't do this in game yet :v
Category Artwork (Digital) / Doodle
Species Corvid
Size 681 x 914px
File Size 226.5 kB
Heh sounds like fun. I actually just managed to get a ridiculously half-assed snippet working, it kinda requires a host item for now though.
/obj/item/weapon/lipstick/attackby(obj/item/W, mob/user)
user.visible_message("<span class='warning'>[user] dangles the [W] above their maw, soon dropping it in and swallowing it whole!</span>", \
"<span class='notice'>You swallow the [W] whole.</span>")
user.reagents.add_reagent("nutriment", 1)
qdel(W)
Needless to say I got fat on the test run. :v
/obj/item/weapon/lipstick/attackby(obj/item/W, mob/user)
user.visible_message("<span class='warning'>[user] dangles the [W] above their maw, soon dropping it in and swallowing it whole!</span>", \
"<span class='notice'>You swallow the [W] whole.</span>")
user.reagents.add_reagent("nutriment", 1)
qdel(W)
Needless to say I got fat on the test run. :v
FA+

Comments