mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 07:59:01 +01:00
Refactors Glass Jars (#10703)
This commit is contained in:
@@ -401,8 +401,6 @@ var/list/holder_mob_icon_cache = list()
|
||||
name = "kitten"
|
||||
icon_state = "kitten"
|
||||
icon_state_dead = "cat_kitten_dead"
|
||||
slot_flags = SLOT_HEAD
|
||||
w_class = ITEMSIZE_TINY
|
||||
item_state = "kitten"
|
||||
|
||||
/obj/item/holder/cat/penny
|
||||
@@ -410,8 +408,6 @@ var/list/holder_mob_icon_cache = list()
|
||||
desc = "An important cat, straight from Central Command."
|
||||
icon_state = "penny"
|
||||
icon_state_dead = "penny_dead"
|
||||
slot_flags = SLOT_HEAD
|
||||
w_class = ITEMSIZE_TINY
|
||||
item_state = "penny"
|
||||
|
||||
/obj/item/holder/carp/baby
|
||||
|
||||
Reference in New Issue
Block a user