mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
Modularize #2
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
/datum/job/blueshield
|
||||
veteran_only = FALSE
|
||||
|
||||
/datum/job/nanotrasen_consultant
|
||||
veteran_only = FALSE
|
||||
|
||||
/datum/job/clown
|
||||
veteran_only = FALSE
|
||||
|
||||
/datum/job/mime
|
||||
veteran_only = FALSE
|
||||
|
||||
/datum/species/hemophage
|
||||
veteran_only = FALSE
|
||||
|
||||
/datum/species/snail
|
||||
veteran_only = FALSE
|
||||
@@ -0,0 +1,30 @@
|
||||
https://github.com/Skyrat-SS13/Skyrat-tg/pull/5
|
||||
|
||||
## Title: Remove Veteran Status
|
||||
|
||||
Module ID: REMOVE_VET_STATUS
|
||||
|
||||
### Description:
|
||||
|
||||
Removes the veteran status requirement on certain jobs and races
|
||||
|
||||
### TG Proc/File Changes:
|
||||
|
||||
- N/A
|
||||
|
||||
### Modular Overrides:
|
||||
|
||||
- N/A
|
||||
|
||||
### Defines:
|
||||
|
||||
- N/A
|
||||
|
||||
### Included files that are not contained in this module:
|
||||
|
||||
- N/A
|
||||
|
||||
### Credits:
|
||||
|
||||
Kilmented -
|
||||
JerryWester - Modularization
|
||||
@@ -6536,4 +6536,5 @@
|
||||
#include "modular_skyrat\modules\xenos_skyrat_redo\code\xeno_types\sentinel.dm"
|
||||
#include "modular_skyrat\modules\xenos_skyrat_redo\code\xeno_types\spitter.dm"
|
||||
#include "modular_skyrat\modules\xenos_skyrat_redo\code\xeno_types\warrior.dm"
|
||||
#include "modular_bubbers\modules\remove_vet_status\code\remove_vet_status.dm"
|
||||
// END_INCLUDE
|
||||
|
||||
Reference in New Issue
Block a user