mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
[NO GBP] Fixes deathsquad commandos not getting their berets (#87494)
## About The Pull Request Outfit was directly assigning the attached hat and i forgor to remove the var which is how it compiled in the first place ## Changelog 🆑 fix: Fixed deathsquad commandos not getting their berets /🆑
This commit is contained in:
@@ -694,8 +694,6 @@
|
||||
required_slots = list(ITEM_SLOT_HEAD)
|
||||
/*Intentionally left inheriting 0 complexity and removable = TRUE;
|
||||
even though it comes inbuilt into the Magnate/Corporate MODS and spawns in maints, I like the idea of stealing them*/
|
||||
/// Currently "stored" hat. No armor or function will be inherited, only the icon and cover flags.
|
||||
var/obj/item/clothing/head/attached_hat
|
||||
/// Original cover flags for the MOD helmet, before a hat is placed
|
||||
var/former_flags
|
||||
var/former_visor_flags
|
||||
|
||||
Reference in New Issue
Block a user