This commit is contained in:
kevinz000
2020-01-25 19:46:32 -07:00
parent dbf69e80db
commit 72e33d8832
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -178,7 +178,7 @@
for(var/datum/reagent/R in reagents.reagent_list)
if(R.reagent_state == SOLID)
R.reagent_state = LIQUID
swimee.reagents.add_reagent(R.name, 0.5) //osmosis
swimee.reagents.add_reagent(R.type, 0.5) //osmosis
reagents.reaction(swimee, VAPOR, 0.03) //3 percent
for(var/obj/objects in W)
if(W.reagents)
+3 -2
View File
@@ -37,10 +37,11 @@
name = "water"
icon = 'icons/turf/pool.dmi'
icon_state = "bottom"
density = 0
mouse_opacity = 0
density = FALSE
mouse_opacity = MOUSE_OPACITY_TRANSPARENT
layer = ABOVE_MOB_LAYER
anchored = TRUE
resistance_flags = INDESTRUCTIBLE
/obj/effect/overlay/water/top
icon_state = "top"