The Honkening

This commit is contained in:
TheDZD
2016-07-07 21:35:19 -04:00
parent 1b2d8b317f
commit 52e6df894e
23 changed files with 200 additions and 19 deletions
+14 -7
View File
@@ -476,13 +476,21 @@
var/mob/living/carbon/human/H = owner
if(isobj(H.shoes))
var/thingy = H.shoes
H.unEquip(H.shoes)
walk_away(thingy,H,15,2)
spawn(20)
if(thingy)
walk(thingy,0)
if(H.unEquip(H.shoes))
walk_away(thingy,H,15,2)
spawn(20)
if(thingy)
walk(thingy,0)
..()
/obj/item/organ/internal/honktumor/cursed
/obj/item/organ/internal/honktumor/cursed/remove(mob/living/carbon/M, special = 0, clean_remove = 0)
..()
if(!clean_remove)
insert(M) //You're not getting away that easily!
else
qdel(src)
/obj/item/organ/internal/beard
name = "beard organ"
@@ -493,7 +501,6 @@
parent_organ = "head"
slot = "hair_organ"
/obj/item/organ/internal/beard/on_life()
if(!owner)
@@ -516,4 +523,4 @@
head_organ.r_facial = 216
head_organ.g_facial = 192
head_organ.b_facial = 120
H.update_fhair()
H.update_fhair()