mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-01-17 04:24:44 +00:00
21 lines
625 B
Plaintext
21 lines
625 B
Plaintext
/obj/item/clothing/glasses
|
|
name = "glasses"
|
|
icon = 'glasses.dmi'
|
|
w_class = 2.0
|
|
flags = GLASSESCOVERSEYES
|
|
var
|
|
vision_flags = 0
|
|
darkness_view = 0//Base human is 2
|
|
invisa_view = 0
|
|
prescription = 0
|
|
|
|
/*
|
|
SEE_SELF // can see self, no matter what
|
|
SEE_MOBS // can see all mobs, no matter what
|
|
SEE_OBJS // can see all objs, no matter what
|
|
SEE_TURFS // can see all turfs (and areas), no matter what
|
|
SEE_PIXELS// if an object is located on an unlit area, but some of its pixels are
|
|
// in a lit area (via pixel_x,y or smooth movement), can see those pixels
|
|
BLIND // can't see anything
|
|
*/
|