mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-23 12:46:20 +01:00
Fixes xeno nightvision
Yuppers.
This commit is contained in:
@@ -298,13 +298,13 @@ FUCK YOU MORE FAT CODE -Hawk*/
|
||||
sight |= SEE_MOBS
|
||||
sight |= SEE_OBJS
|
||||
see_in_dark = 8
|
||||
see_invisible = SEE_INVISIBLE_LEVEL_TWO
|
||||
see_invisible = SEE_INVISIBLE_MINIMUM
|
||||
else if (stat != 2)
|
||||
sight |= SEE_MOBS
|
||||
sight &= ~SEE_TURFS
|
||||
sight &= ~SEE_OBJS
|
||||
see_in_dark = 4
|
||||
see_invisible = SEE_INVISIBLE_LEVEL_TWO
|
||||
see_invisible = SEE_INVISIBLE_MINIMUM
|
||||
|
||||
if (healths)
|
||||
if (stat != 2)
|
||||
@@ -379,4 +379,4 @@ FUCK YOU MORE FAT CODE -Hawk*/
|
||||
if(air_master.current_cycle%3==1)
|
||||
if(!(M.status_flags & GODMODE))
|
||||
M.adjustBruteLoss(5)
|
||||
nutrition += 10
|
||||
nutrition += 10
|
||||
|
||||
Reference in New Issue
Block a user