modules misc (#18315)

This commit is contained in:
KalevTait
2022-07-20 22:56:34 +02:00
committed by GitHub
parent 234a471cf9
commit 938135f3d8
48 changed files with 214 additions and 214 deletions
@@ -178,8 +178,8 @@
desc = "An energy gun that recharges wirelessly during away missions. Does not work on the main station."
force = 10
origin_tech = null
selfcharge = 1
can_charge = 0
selfcharge = TRUE
can_charge = FALSE
// Selfcharge is enabled and disabled, and used as the away mission tracker
selfcharge = TRUE
@@ -2,10 +2,10 @@
name = "waterfall effect"
icon = 'icons/effects/effects.dmi'
icon_state = "extinguish"
opacity = 0
opacity = FALSE
mouse_opacity = MOUSE_OPACITY_TRANSPARENT
density = 0
anchored = 1
density = FALSE
anchored = TRUE
invisibility = 101
var/water_frequency = 15
@@ -144,7 +144,7 @@
layer = MOB_LAYER + 0.1
smoothing_flags = SMOOTH_BITMASK
canSmoothWith = list(SMOOTH_GROUP_BEACH_WATER)
anchored = 1
anchored = TRUE
/turf/simulated/floor/beach/away/water/drop/dense
density = TRUE
@@ -289,7 +289,7 @@
// Engines
/obj/structure/shuttle/engine/large
name = "engine"
opacity = 1
opacity = TRUE
icon = 'icons/obj/2x2.dmi'
icon_state = "large_engine"
desc = "A very large bluespace engine used to propel very large ships."