Base Commit

This commit is contained in:
GhostActual
2022-04-01 01:03:30 -04:00
parent 6fce207444
commit b268b7bcfa
10 changed files with 171 additions and 26 deletions
@@ -1368,6 +1368,34 @@
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"