Merge branch 'master' into client-hud-consistency

This commit is contained in:
mochi
2020-07-06 19:20:15 +02:00
877 changed files with 94802 additions and 154278 deletions
+1 -1
View File
@@ -352,7 +352,7 @@
/datum/action/item_action/remove_tape/Trigger(attack_self = FALSE)
if(..())
GET_COMPONENT_FROM(DT, /datum/component/ducttape, target)
var/datum/component/ducttape/DT = target.GetComponent(/datum/component/ducttape)
DT.remove_tape(target, usr)
/datum/action/item_action/toggle_jetpack