Skip to content

Commit 699f3b6

Browse files
authored
Water tank explosion runtime fix (#8624)
* water does not wet floors in the deletion queue * flat dough now has nutriment data * undo that
1 parent b2bc4de commit 699f3b6

File tree

1 file changed

+1
-1
lines changed
  • code/modules/reagents/reagents

1 file changed

+1
-1
lines changed

code/modules/reagents/reagents/core.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
if (prob(5))
8080
T.visible_message(SPAN_WARNING("The water sizzles as it lands on \the [T]!"))
8181

82-
else if(volume >= 10)
82+
else if(volume >= 10 && !QDELING(T))
8383
T.wet_floor(1)
8484
return TRUE
8585

0 commit comments

Comments
 (0)