Skip to content

Commit

Permalink
Blacklists Excelsior's heavy armor's pieces from spawning (#8533)
Browse files Browse the repository at this point in the history
* Blacklists Excelsior korund carapace from spawning

* Changes blacklist to a very low spawn_frequency

* Changes spawn_frequency value from 1 to 3

* Blacklists Excelsior's heavy armor's pieces from spawning

---------

Co-authored-by: Nyxical14 <nyxical@outloook.com>
  • Loading branch information
Nyxical17 and Nyxical14 authored Dec 6, 2024
1 parent 02d5055 commit 990838c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/clothing/gloves/miscellaneous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@
bio = 0,
rad = 0
)
spawn_blacklisted = TRUE

/obj/item/clothing/gloves/knuckles
name = "knuckle gloves"
Expand Down
1 change: 1 addition & 0 deletions code/modules/clothing/head/armor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,7 @@
siemens_coefficient = 1
species_restricted = list(SPECIES_HUMAN)
price_tag = 150
spawn_blacklisted = TRUE

/obj/item/clothing/head/armor/faceshield/paramedic
name = "Moebius paramedic helmet"
Expand Down
1 change: 1 addition & 0 deletions code/modules/clothing/shoes/jobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
)
can_hold_knife = TRUE
style = STYLE_NEG_HIGH
spawn_blacklisted = TRUE

/obj/item/clothing/shoes/artist_shoes
name = "Pointy Shoes"
Expand Down
1 change: 1 addition & 0 deletions code/modules/clothing/suits/armor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@
MATERIAL_PLASTIC = 45,
MATERIAL_PLASTEEL = 25,
)
spawn_blacklisted = TRUE

/obj/item/clothing/suit/armor/bulletproof/full
name = "full bulletproof vest"
Expand Down

0 comments on commit 990838c

Please sign in to comment.