Quick flashlight fix

This commit is contained in:
Yoshax
2016-10-10 02:27:58 +01:00
parent 32f87cac86
commit b9e871bf5b

View File

@@ -163,7 +163,7 @@
user.put_in_hands(cell)
cell = null
user << "<span class='notice'>You remove the cell from the [src].</span>"
on = !on
on = 0
update_icon()
return
..()