[MIRROR] You can no longer delete the nuclear disk using a windoor [MDB IGNORE] (#15267)

* You can no longer delete the nuclear disk using a windoor (#68770)

removed a way that you could send items into the void using just a windoor and a pal

* You can no longer delete the nuclear disk using a windoor

Co-authored-by: Jacquerel <hnevard@gmail.com>
This commit is contained in:
SkyratBot
2022-07-29 13:47:39 +01:00
committed by GitHub
co-authored by Jacquerel
parent 66cb7e2fa3
commit 9eae55772d
+2
View File
@@ -449,9 +449,11 @@
// They equipped an item in the meantime
if (!isnull(strippable_item.get_item(owner)))
user.put_in_hands(held_item)
return
if (!user.Adjacent(owner))
user.put_in_hands(held_item)
return
strippable_item.finish_equip(owner, held_item, user)