mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
Wearing Shaper gear removes Hive name and color from Hivenet. (#22311)
Mechanically representing its pre-existing lore and description. Mechanical description added on the item too. <img width="416" height="97" alt="image" src="https://github.com/user-attachments/assets/e70da937-30ab-42f3-bf85-5a8da5accddf" /> NEW: Shaper Helmet now also removes Hive name when physically speaking. <img width="330" height="65" alt="image" src="https://github.com/user-attachments/assets/a56af02c-0494-4589-bf15-4d59f6d0767e" /> NEWER: Helmet affects visible name and messages. It ignores worn ID for obvious reasons, but some Shapers may hide their ID while talking to other Vaurcae. <img width="533" height="225" alt="image" src="https://github.com/user-attachments/assets/da85914d-52bc-4036-9616-66e479794fa3" /> Full Preimminent Shapers should wear robes and helmet with TTS accent to be as anonymized as possible. Parts of your carapace that peek through can be easily hidden as well. NEWEST: Robes and helmet functionality have been swapped, as it makes more sense for the robes that cover you up to remove from physical messages.
This commit is contained in:
@@ -40,6 +40,10 @@
|
||||
species_restricted = list(BODYTYPE_VAURCA, BODYTYPE_VAURCA_BULWARK)
|
||||
body_parts_covered = HEAD|EYES
|
||||
|
||||
/obj/item/clothing/head/shaper/mechanics_hints(mob/user, distance, is_adjacent)
|
||||
. += ..()
|
||||
. += "Wearing this will remove your Hive name and color from Hivenet messages."
|
||||
|
||||
/obj/item/clothing/head/expression
|
||||
name = "human expression mask"
|
||||
desc = "A mask that allows emotively challenged aliens to convey facial expressions. This one depicts a human."
|
||||
|
||||
Reference in New Issue
Block a user