mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 11:38:12 +01:00
[MIRROR] conk rete (ABLE TO BE MERGED) (#13467)
* conk rete * Update flooring_premade.dm * Update wall_types.dm * Update _materials.dm * Update plasteel.dm * Update steel.dm * Update stone.dm * Update stone.dm * Update instant.dm * Update plasteel.dm * Fixes map changes Co-authored-by: Greenjoe12345 <33647525+Greenjoe12345@users.noreply.github.com> Co-authored-by: C.L <killer65311@gmail.com>
This commit is contained in:
co-authored by
Greenjoe12345
C.L
parent
eccc890eb1
commit
1a8f1760fa
@@ -12,6 +12,19 @@
|
||||
no_variants = FALSE
|
||||
apply_colour = TRUE
|
||||
|
||||
/obj/item/stack/material/plasteel/rebar
|
||||
name = MAT_PLASTEELREBAR
|
||||
icon_state = "rods"
|
||||
default_type = MAT_PLASTEELREBAR
|
||||
apply_colour = 1
|
||||
|
||||
/obj/item/stack/material/plasteel/rebar/update_icon()
|
||||
var/amount = get_amount()
|
||||
if((amount <= 5) && (amount > 0))
|
||||
icon_state = "rods-[amount]"
|
||||
else
|
||||
icon_state = "rods"
|
||||
|
||||
/obj/item/stack/material/durasteel
|
||||
name = "durasteel"
|
||||
icon_state = "sheet-reinforced"
|
||||
|
||||
@@ -22,4 +22,11 @@
|
||||
drop_sound = 'sound/items/drop/boots.ogg'
|
||||
pickup_sound = 'sound/items/pickup/boots.ogg'
|
||||
pass_color = TRUE
|
||||
apply_colour = TRUE
|
||||
apply_colour = TRUE
|
||||
|
||||
/obj/item/stack/material/concrete
|
||||
name = "concrete brick"
|
||||
icon_state = "brick"
|
||||
default_type = "concrete"
|
||||
no_variants = FALSE
|
||||
apply_colour = 1
|
||||
|
||||
Reference in New Issue
Block a user