mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-08 00:21:43 +00:00
Bugfixes
- Disables random events by default, requires config.txt to enable random events - Makes portable turrets respect its preset anchored value - Gives flamethrower a real category
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
var/list/votable_modes = list() // votable modes
|
||||
var/list/probabilities = list() // relative probability of each mode
|
||||
var/humans_need_surnames = 0
|
||||
var/allow_random_events = 1 // enables random events mid-round when set to 1
|
||||
var/allow_random_events = 0 // enables random events mid-round when set to 1
|
||||
var/allow_ai = 1 // allow ai job
|
||||
var/hostedby = null
|
||||
var/respawn = 0
|
||||
|
||||
Reference in New Issue
Block a user