mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-26 06:07:03 +01:00
Merge branch 'master' into refactor-internal-fluid-list
This commit is contained in:
@@ -158,3 +158,15 @@
|
||||
path = /obj/item/clothing/under/performer/polychromic
|
||||
loadout_flags = LOADOUT_CAN_NAME | LOADOUT_CAN_DESCRIPTION | LOADOUT_CAN_COLOR_POLYCHROMIC
|
||||
loadout_initial_colors = list("#ffffff")
|
||||
|
||||
/datum/gear/uniform/stripper/security
|
||||
name = "Security Stripper Outfit"
|
||||
path = /obj/item/clothing/under/rank/security/stripper
|
||||
subcategory = LOADOUT_SUBCATEGORY_UNIFORM_JOBS
|
||||
restricted_roles = list("Security Officer", "Warden", "Head Of Security")
|
||||
|
||||
/datum/gear/uniform/stripper/explorer
|
||||
name = "Explorer Stripper Outfit"
|
||||
path = /obj/item/clothing/under/rank/cargo/miner/lavaland/stripper
|
||||
subcategory = LOADOUT_SUBCATEGORY_UNIFORM_JOBS
|
||||
restricted_roles = list("Shaft Miner")
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,3 +1,8 @@
|
||||
/datum/preferences/update_preferences(current_version, savefile/S)
|
||||
. = ..()
|
||||
if(current_version < 57.01) //a
|
||||
new_character_creator = TRUE
|
||||
|
||||
/datum/preferences/update_character(current_version, savefile/S)
|
||||
. = ..()
|
||||
if(current_version < 53.01)
|
||||
|
||||
Reference in New Issue
Block a user