mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 10:03:50 +01:00
Pinapplehairfluff
This commit is contained in:
@@ -1129,6 +1129,27 @@
|
||||
desc = "A red coat with cheaply made plastic accessories."
|
||||
icon_state = "pineapple_trench"
|
||||
|
||||
/obj/item/fluff/pinapplehairgel ////Pineapple Salad: Dan Jello
|
||||
name = "slime hair gel"
|
||||
desc = "A bottle containing extra..material..for custom 'hair' styling."
|
||||
icon = 'icons/obj/custom_items.dmi'
|
||||
icon_state = "ps_hairgel"
|
||||
attack_verb = list("smacked")
|
||||
hitsound = 'sound/weapons/tap.ogg'
|
||||
force = 0
|
||||
throwforce = 0
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
|
||||
/obj/item/fluff/pinapplehairgel/attack_self(mob/user)
|
||||
var/mob/living/carbon/human/target = user
|
||||
if(!istype(target) || !isslimeperson(target))
|
||||
return
|
||||
|
||||
if(target.change_hair("Sasook Hair", 1))
|
||||
to_chat(target, "<span class='notice'>You dump some of [src] on your head and style it around.</span>")
|
||||
|
||||
|
||||
|
||||
/obj/item/clothing/suit/hooded/wintercoat/fluff/shesi //MrSynnester : Shesi Skaklas
|
||||
name = "custom made winter coat"
|
||||
desc = "A custom made winter coat with the arms removed. Looks comfy."
|
||||
|
||||
Reference in New Issue
Block a user