mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Changes slot number defines from lowercase to all uppercase (#22297)
* undo all of it * flags * back * head/mask * left * right * Cuffs * other name changes * ID and PDA * idk about calling them SLOT_HUD now * glasses, gloves, and shoes, oh my! * the rest * comment
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
/// Default skin of the MOD.
|
||||
var/default_skin = "standard"
|
||||
/// The slot this mod theme fits on
|
||||
var/slot_flags = SLOT_BACK
|
||||
var/slot_flags = SLOT_FLAG_BACK
|
||||
/// Armor shared across the MOD parts.
|
||||
var/obj/item/mod/armor/armor_type_1 = /obj/item/mod/armor/mod_theme
|
||||
/// the actual armor object placed in a datum as I am tired and I just want this to work
|
||||
|
||||
Reference in New Issue
Block a user