mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user