Change for hat stabilizer (#68635)

* Change for hat stabilizer

* Update code/modules/mod/modules/modules_general.dm

Co-authored-by: ShizCalev <ShizCalev@users.noreply.github.com>
This commit is contained in:
SpaceLoveSs13
2022-07-23 00:19:38 -04:00
committed by GitHub
co-authored by ShizCalev
parent f979500191
commit 4560fd2445
+3 -3
View File
@@ -505,9 +505,9 @@
/obj/item/clothing/head/nursehat,
/obj/item/clothing/head/chefhat,
/obj/item/clothing/head/papersack,
)) - /obj/item/clothing/head/caphat/beret
//Need to subtract the beret because its annoying
/obj/item/clothing/head/caphat/beret,
))
/obj/item/mod/module/hat_stabilizer/on_suit_activation()
RegisterSignal(mod.helmet, COMSIG_PARENT_EXAMINE, .proc/add_examine)
RegisterSignal(mod.helmet, COMSIG_PARENT_ATTACKBY, .proc/place_hat)