mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 22:57:39 +01:00
Adds Angelic Halo as wearable hat in headgear loadout (#9466)
This commit is contained in:
@@ -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
|
||||
@@ -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 |
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user