Merge pull request #8537 from Ghommie/Ghommie-cit28

Fixes emags wasting charges on un-emaggable stuff.
This commit is contained in:
BlackMajor
2019-08-28 13:54:03 +12:00
committed by GitHub
79 changed files with 1824 additions and 1687 deletions
@@ -36,3 +36,4 @@
/datum/component/storage/concrete/emergency/proc/unlock_me(datum/source)
if(locked)
set_locked(source, FALSE)
return TRUE