mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-27 14:46:57 +01:00
(Hopefully) fix the unit test error for chastity cages
This commit is contained in:
+3
-2
@@ -117,5 +117,6 @@
|
||||
var/obj/item/key/chastity_key/estim/estim_key = key
|
||||
if(!estim_key && newkey)
|
||||
estim_key = newkey
|
||||
if(!estim_key.estim_cage)
|
||||
estim_key.estim_cage = src
|
||||
if(estim_key)
|
||||
if(!estim_key.estim_cage)
|
||||
estim_key.estim_cage = src
|
||||
|
||||
Reference in New Issue
Block a user