mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 03:55:11 +01:00
Moved to vars
This commit is contained in:
@@ -27,11 +27,13 @@
|
||||
gender = PLURAL
|
||||
name = "lush grass"
|
||||
icon_state = "grass"
|
||||
bullet_bounce_sound = null
|
||||
|
||||
/turf/open/floor/holofloor/beach
|
||||
name = "sand"
|
||||
icon = 'icons/misc/beach.dmi'
|
||||
icon_state = "sand"
|
||||
bullet_bounce_sound = null
|
||||
|
||||
/turf/open/floor/holofloor/beach/coast_t
|
||||
name = "coastline"
|
||||
@@ -77,6 +79,7 @@
|
||||
name = "hyperspace"
|
||||
icon = 'icons/turf/space.dmi'
|
||||
icon_state = "speedspace_ns_1"
|
||||
bullet_bounce_sound = null
|
||||
|
||||
/turf/open/floor/holofloor/hyperspace/Initialize()
|
||||
icon_state = "speedspace_ns_[(x + 5*y + (y%2+1)*7)%15+1]"
|
||||
@@ -94,6 +97,7 @@
|
||||
floor_tile = /obj/item/stack/tile/carpet
|
||||
smooth = SMOOTH_TRUE
|
||||
canSmoothWith = null
|
||||
bullet_bounce_sound = null
|
||||
|
||||
/turf/open/floor/holofloor/carpet/Initialize()
|
||||
. = ..()
|
||||
@@ -112,6 +116,7 @@
|
||||
icon_state = "snow"
|
||||
slowdown = 2
|
||||
bullet_sizzle = TRUE
|
||||
bullet_bounce_sound = null
|
||||
|
||||
/turf/open/floor/holofloor/snow/cold
|
||||
initial_gas_mix = "nob=7500;TEMP=2.7"
|
||||
|
||||
Reference in New Issue
Block a user