mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
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:
co-authored by
ShizCalev
parent
f979500191
commit
4560fd2445
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user