Fixes lots of items not being taped by duct tape; tape won't be applied to bags if it can be inserted

This commit is contained in:
Citinited
2018-12-01 00:13:21 +00:00
parent 53300b82ea
commit 6354631937
16 changed files with 49 additions and 32 deletions
+3 -1
View File
@@ -44,12 +44,14 @@
M.update_action_buttons()
/datum/action/proc/Remove(mob/M)
owner = null
if(!M)
return
if(M.client)
M.client.screen -= button
button.moved = FALSE //so the button appears in its normal position when given to another owner.
M.actions -= src
M.update_action_buttons()
owner = null
/datum/action/proc/Trigger()
if(!IsAvailable())