mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Equip snakes (#21302)
Snakes can now be picked up and held, as well as equipped in your LEFT EAR or RIGHT EAR slot. Added the necessary sprites for holding/equipping snakes.
This commit is contained in:
@@ -651,3 +651,12 @@
|
||||
hitsound = 'sound/effects/snap.ogg'
|
||||
force = 14//quite large fishey
|
||||
throwforce = 6
|
||||
|
||||
//Holder for snakes
|
||||
/obj/item/holder/snake
|
||||
name = "snake"
|
||||
icon = 'icons/mob/npc/animal.dmi'
|
||||
icon_state = "snake_rest"
|
||||
item_state = "snake"
|
||||
w_class = WEIGHT_CLASS_NORMAL
|
||||
slot_flags = SLOT_EARS
|
||||
|
||||
@@ -13,6 +13,8 @@
|
||||
response_help = "pets"
|
||||
response_disarm = "boops"
|
||||
response_harm = "stomps on"
|
||||
mob_size = MOB_SMALL
|
||||
mob_size = 3.5
|
||||
can_nap = TRUE
|
||||
canbrush = TRUE
|
||||
brush = /obj/item/reagent_containers/glass/rag
|
||||
holder_type = /obj/item/holder/snake
|
||||
|
||||
Reference in New Issue
Block a user