mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 20:06:28 +01:00
.loc = to forceMove() (#4937)
As requested, this PR is changed to only include all .loc = to forceMove() changes.
This commit is contained in:
@@ -24,9 +24,8 @@
|
||||
if(stored_card)
|
||||
user << "\The [src] is already occupied."
|
||||
return
|
||||
user.drop_from_inventory(W)
|
||||
user.drop_from_inventory(W,src)
|
||||
stored_card = W
|
||||
W.forceMove(src)
|
||||
update_power_usage()
|
||||
if(isscrewdriver(W))
|
||||
user << "You manually remove \the [stored_card] from \the [src]."
|
||||
|
||||
Reference in New Issue
Block a user