mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-26 17:11:52 +00:00
* Adds Ashwalker/Golem Fingers Quirk + Toggle-able SSD Indicator Adds negative quirk that works exactly like Ashwalker or Golem fingers, preventing you from using all non-adapted firearms. Adds a toggle for the SSD indicator which takes 5 seconds to activate to mitigate abuse. * Revert SSD Indicator We should probably just encourage actually closing the client to leverage the system properly and to ahelp if anything goes amiss by the time they return. * Adjusts Trait Description & Value Because the trait... Prevents you from using Modular Computers (including tablets)-a00c7131e9/code/modules/modular_computers/computers/item/computer_ui.dm (L16)Also stops from using laser pointers -a00c7131e9/code/game/objects/items/devices/laserpointer.dm (L81)And non-adapted guns:a00c7131e9/code/modules/mob/living/carbon/human/human_helpers.dm (L103)* Job Blacklist for Trait You cannot be command, security, engineering/atmos, doctor, virologist, chemist, roboticist or scientist with the chunkyfingers trait.
This folder is full of #define statements. They are similar to constants, but must come before any code that references them, and they do not take up memory the way constants do.
The values in this folder are NOT options. They are not for hosts to play with. Some of the values are arbitrary and only need to be different from similar constants; for example, the genetic mutation numbers in genetics.dm mean nothing, but MUST be distinct.
It is wise not to touch them unless you understand what they do, where they're used, and most importantly, how to undo your changes if you screw it up.
- Sayu