Files
Bubberstation/code/__DEFINES
KasparoVv f98745f8c7 [MODULAR] Adds Ashwalker/Golem Fingers Quirk (#5472)
* 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.
2021-05-07 02:33:19 +01:00
..
2021-04-29 20:39:16 +01:00
2021-04-12 05:26:46 +01:00
2021-03-28 17:25:24 +01:00
2021-02-28 15:22:40 +00:00
2021-04-18 20:47:10 +02:00
2021-03-26 15:33:14 +00:00
2021-02-22 02:07:01 +00:00

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