Skip to content

Commit 4f5ad27

Browse files
committed
flags1.dead->flags2.killed
1 parent b10a928 commit 4f5ad27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exterminate.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
# it's getting hot around here
7777
# !!WARNING!! do not call on a magma-safe creature
7878
ouh = df.onupdate_register("exterminate ensure #{u.id}", 1) {
79-
if u.flags1.dead
79+
if u.flags2.killed
8080
df.onupdate_unregister(ouh)
8181
else
8282
x, y, z = u.pos.x, u.pos.y, u.pos.z

0 commit comments

Comments
 (0)