mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 22:42:26 +01:00
Adds a preference to have an intent check for guns (#3653)
what title says
This commit is contained in:
@@ -126,7 +126,7 @@ datum/preferences
|
||||
|
||||
// SPAAAACE
|
||||
var/parallax_speed = 2
|
||||
var/parallax_togs = PARALLAX_SPACE | PARALLAX_DUST | PROGRESS_BARS
|
||||
var/toggles_secondary = PARALLAX_SPACE | PARALLAX_DUST | PROGRESS_BARS
|
||||
|
||||
var/list/pai = list() // A list for holding pAI related data.
|
||||
|
||||
@@ -142,6 +142,8 @@ datum/preferences
|
||||
|
||||
var/dress_mob = TRUE
|
||||
|
||||
|
||||
|
||||
/datum/preferences/New(client/C)
|
||||
new_setup()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user