Fixes two bugs

- Voidsuits now properly have their species restrictions initially set.
- You can no longer get perma invisibility from deadringer.
This commit is contained in:
Unknown
2020-04-08 15:05:10 -04:00
parent 675462d608
commit 9320b2c641
3 changed files with 6 additions and 8 deletions

View File

@@ -19,13 +19,13 @@
START_PROCESSING(SSobj, src)
/obj/item/weapon/deadringer/Destroy() //just in case some smartass tries to stay invisible by destroying the watch
uncloak()
reveal()
STOP_PROCESSING(SSobj, src)
..()
/obj/item/weapon/deadringer/dropped()
if(timer > 20)
uncloak()
reveal()
watchowner = null
return