mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-19 22:51:20 +00:00
.loc = to forceMove() (#4937)
As requested, this PR is changed to only include all .loc = to forceMove() changes.
This commit is contained in:
@@ -236,8 +236,7 @@
|
||||
if("brute")
|
||||
if(prob(30) && !issilicon(user))
|
||||
visible_message("<span class='danger'>\The [W] gets caught in the gelatinous folds of \the [src]</span>")
|
||||
user.drop_from_inventory(W)
|
||||
W.forceMove(src.loc)
|
||||
user.drop_from_inventory(W,get_turf(src))
|
||||
return
|
||||
damage = (W.force / brute_resist)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user