Adds Angelic Halo as wearable hat in headgear loadout (#9466)

This commit is contained in:
TomTyph
2024-11-11 14:11:10 -06:00
committed by GitHub
parent 43beb60589
commit 6a40ebd547
4 changed files with 14 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
//Angel Halo
/datum/gear/head/halo/angel_halo
display_name = "Angel halo"
path = /obj/item/clothing/head/angel_halo
//Angel Halo End

View File

@@ -0,0 +1,8 @@
//Angel Halo
/obj/item/clothing/head/angel_halo
name = "Angel halo"
desc = "A halo fashioned after classic depictions of an angel. It slowly pulses and rises."
icon = 'modular_chomp/icons/inventory/head/mob_angel_halo.dmi'
default_worn_icon = 'modular_chomp/icons/inventory/head/mob_angel_halo.dmi'
icon_state = "angel_halo"
//Angel Halo End

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -4239,8 +4239,8 @@
#include "code\modules\reagents\reagent_containers\spray_vr.dm"
#include "code\modules\reagents\reagent_containers\syringes.dm"
#include "code\modules\reagents\reagent_containers\unidentified_hypospray.dm"
#include "code\modules\reagents\reagent_containers\food\drinks\bluespacecoffee.dm"
#include "code\modules\reagents\reagent_containers\virology.dm"
#include "code\modules\reagents\reagent_containers\food\drinks\bluespacecoffee.dm"
#include "code\modules\reagents\reagents\_helpers.dm"
#include "code\modules\reagents\reagents\_reagents.dm"
#include "code\modules\reagents\reagents\core.dm"