[MIRROR] Replacing magic numbers with defines in robot code (#2801)

* Replacing magic numbers with defines in robot code (#56241)

While scouring robot code for some (hopefully upcoming) fixes, I found a bunch of gross numbers. These numbers are now letters.

* Replacing magic numbers with defines in robot code

Co-authored-by: dragomagol <66640614+dragomagol@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-01-20 02:40:05 +00:00
committed by GitHub
co-authored by dragomagol
parent 2d87d491ae
commit d4b939c2c9
5 changed files with 43 additions and 39 deletions
@@ -238,7 +238,7 @@
icon = 'icons/obj/objects.dmi'
icon_state = "modkit"
w_class = WEIGHT_CLASS_SMALL
require_module = 1
require_module = TRUE
module_type = list(/obj/item/robot_module/miner)
module_flags = BORG_MODULE_MINER
var/denied_type = null