mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-11 08:06:33 +01:00
Proper night vision toggle
This commit is contained in:
@@ -467,10 +467,10 @@
|
||||
/mob/living/simple_animal/hostile/guardian/ranged/ToggleLight()
|
||||
if(see_in_dark)
|
||||
src << "<span class='notice'>You deactivate your night vision.</span>"
|
||||
see_in_dark = 0
|
||||
see_invisible = SEE_INVISIBLE_LIVING
|
||||
else
|
||||
src << "<span class='notice'>You activate your night vision.</span>"
|
||||
see_in_dark = 8
|
||||
see_invisible = SEE_INVISIBLE_MINIMUM
|
||||
|
||||
/mob/living/simple_animal/hostile/guardian/ranged/verb/Snare()
|
||||
set name = "Set Surveillance Trap"
|
||||
|
||||
Reference in New Issue
Block a user