Merge remote-tracking branch 'refs/remotes/origin/master' into upstream/upstream-merge-5735

This commit is contained in:
Poojawa
2019-02-02 03:55:21 -06:00
14 changed files with 171 additions and 17 deletions

View File

@@ -215,6 +215,8 @@
user.visible_message("\The [user] attaches \the [src] to the wall.",
"<span class='notice'>You attach \the [src] to the wall.</span>",
"<span class='italics'>You hear clicking.</span>")
if(istype(user, /mob/living/silicon/robot)) //Robots cannot unequip/drop items, for Safety Reasons.
forceMove(T)
user.drop_item(T)
anchored = TRUE
on_anchored()