mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 10:01:40 +00:00
Merge branch 'master' of https://github.com/tgstation/-tg-station into qdel
Hopefully nothing went wrong but you never know. Conflicts: code/FEA/FEA_fire.dm code/controllers/supply_shuttle.dm code/game/gamemodes/changeling/changeling_powers.dm code/game/machinery/autolathe.dm code/game/machinery/drying_rack.dm code/modules/hydroponics/hydroponics.dm code/modules/projectiles/projectile/magic.dm code/modules/reagents/Chemistry-Recipes.dm code/modules/reagents/reagent_dispenser.dm
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
|
||||
var/server
|
||||
var/banappeals
|
||||
var/wikiurl
|
||||
var/wikiurl = "http://wiki.ss13.eu" // Default wiki link.
|
||||
var/forumurl
|
||||
|
||||
var/forbid_singulo_possession = 0
|
||||
@@ -75,7 +75,7 @@
|
||||
var/allow_ai = 0 // allow ai job
|
||||
|
||||
var/traitor_scaling_coeff = 6 //how much does the amount of players get divided by to determine traitors
|
||||
var/changeling_scaling_coeff = 10 //how much does the amount of players get divided by to determine changelings
|
||||
var/changeling_scaling_coeff = 7 //how much does the amount of players get divided by to determine changelings
|
||||
|
||||
var/protect_roles_from_antagonist = 0// If security and such can be traitor/cult/other
|
||||
var/allow_latejoin_antagonists = 0 // If late-joining players can be traitor/changeling
|
||||
|
||||
@@ -121,7 +121,7 @@ var/global/datum/controller/supply_shuttle/supply_shuttle
|
||||
var/points_per_process = 1
|
||||
var/points_per_slip = 2
|
||||
var/points_per_crate = 5
|
||||
var/plasma_per_point = 5 // 2 plasma for 1 point
|
||||
var/plasma_per_point = 0.2 //5 points per plasma sheet due to increased rarity
|
||||
var/centcom_message = "" // Remarks from Centcom on how well you checked the last order.
|
||||
// Unique typepaths for unusual things we've already sent CentComm, associated with their potencies
|
||||
var/list/discoveredPlants = list()
|
||||
|
||||
Reference in New Issue
Block a user