mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
False report standardization
This commit is contained in:
@@ -9,7 +9,7 @@ GLOBAL_VAR(changeling_team_objective_type) //If this is not null, we hand our th
|
|||||||
name = "changeling"
|
name = "changeling"
|
||||||
config_tag = "changeling"
|
config_tag = "changeling"
|
||||||
antag_flag = ROLE_CHANGELING
|
antag_flag = ROLE_CHANGELING
|
||||||
false_report_weight = 10
|
false_report_weight = 1
|
||||||
restricted_jobs = list("AI", "Cyborg")
|
restricted_jobs = list("AI", "Cyborg")
|
||||||
protected_jobs = list("Security Officer", "Warden", "Detective", "Head of Security", "Captain")
|
protected_jobs = list("Security Officer", "Warden", "Detective", "Head of Security", "Captain")
|
||||||
required_players = 15
|
required_players = 15
|
||||||
@@ -173,4 +173,4 @@ GLOBAL_VAR(changeling_team_objective_type) //If this is not null, we hand our th
|
|||||||
if(equip)
|
if(equip)
|
||||||
user.equip_to_slot_or_del(C, GLOB.slot2slot[slot])
|
user.equip_to_slot_or_del(C, GLOB.slot2slot[slot])
|
||||||
|
|
||||||
user.regenerate_icons()
|
user.regenerate_icons()
|
||||||
|
|||||||
Reference in New Issue
Block a user