mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
Fixes missing return values in a few Destroy() procs (#8412)
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
/datum/lock/Destroy()
|
||||
holder = null
|
||||
..()
|
||||
. = ..()
|
||||
|
||||
/datum/lock/proc/unlock(var/key = "", var/mob/user)
|
||||
if(status ^ LOCK_LOCKED)
|
||||
|
||||
Reference in New Issue
Block a user