mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Separates the wizard hat and fake beard into two different items (#31171)
* separate wizard hat and beard into two separate items * small sprite tweak * lint * Update code/modules/clothing/suits/wiz_robe.dm Co-authored-by: JimKil3 <47290811+JimKil3@users.noreply.github.com> Signed-off-by: Pooble <90473506+poobsie@users.noreply.github.com> * make the wizzy beard clip onto the wizzy hat --------- Signed-off-by: Pooble <90473506+poobsie@users.noreply.github.com> Co-authored-by: JimKil3 <47290811+JimKil3@users.noreply.github.com>
This commit is contained in:
@@ -193,6 +193,10 @@
|
||||
display_name = "Bandana, skull"
|
||||
path = /obj/item/clothing/mask/bandana/skull
|
||||
|
||||
/datum/gear/fake_beard
|
||||
display_name = "Fake beard"
|
||||
path = /obj/item/clothing/mask/fake_beard
|
||||
|
||||
/datum/gear/pai
|
||||
display_name = "Personal Artificial Intelligence"
|
||||
path = /obj/item/paicard
|
||||
|
||||
Reference in New Issue
Block a user