The Grand /TG Port - Part 2

This commit is contained in:
Casey
2022-04-02 23:26:31 -04:00
committed by CHOMPStation2
parent c08fe46e9a
commit d552e834a1
9 changed files with 171 additions and 26 deletions

View File

@@ -1367,6 +1367,34 @@ End CHOMP Removal*/
w_class = ITEMSIZE_TINY
starts_with = list(/obj/item/clothing/mask/smokable/cigarette = 7)
/obj/item/weapon/storage/fancy/fluff/charlotte/New()
if(!open_state)
open_state = "[initial(icon_state)]0"
if(!closed_state)
closed_state = "[initial(icon_state)]"
..()
/obj/item/weapon/storage/fancy/fluff/charlotte/update_icon()
cut_overlays()
if(open)
icon_state = open_state
if(contents.len >= 1)
add_overlay("charlottebox[contents.len]")
else
icon_state = closed_state
/obj/item/weapon/storage/fancy/fluff/charlotte/open(mob/user as mob)
if(open)
return
open = TRUE
update_icon()
..()
/obj/item/weapon/storage/fancy/fluff/charlotte/close(mob/user as mob)
open = FALSE
update_icon()
..()
//Ashling - Antoinette deKaultieste
/obj/item/weapon/material/knife/machete/hatchet/unathiknife/fluff/antoinette
name = "sawtooth ritual knife"