mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
Materials subsystem, material defines instead of strings, structure materials. (#8447)
The shitcode crusade begins.
This commit is contained in:
@@ -716,7 +716,7 @@ var/global/list/golem_types = list("Coal Golem",
|
||||
heat_level_2 = T0C+80
|
||||
heat_level_3 = T0C+100
|
||||
|
||||
golem_designation = "plastic"
|
||||
golem_designation = MATERIAL_PLASTIC
|
||||
|
||||
/datum/species/golem/plastic/handle_post_spawn(var/mob/living/carbon/human/H)
|
||||
H.change_skin_color(171,171,171)
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
throw_speed = 5
|
||||
throw_range = 10
|
||||
origin_tech = list(TECH_MAGNET = 2, TECH_BIO = 1, TECH_ENGINEERING = 2)
|
||||
matter = list(DEFAULT_WALL_MATERIAL = 500, "glass" = 200)
|
||||
matter = list(DEFAULT_WALL_MATERIAL = 500, MATERIAL_GLASS = 200)
|
||||
var/mode = 1
|
||||
|
||||
/obj/item/device/robotanalyzer/attack(mob/living/M, mob/living/user)
|
||||
|
||||
Reference in New Issue
Block a user