mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Hotfix for previous commit.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2361 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -388,6 +388,7 @@
|
||||
using.mouse_opacity = 0
|
||||
src.vimpaired += using
|
||||
|
||||
//welding mask dither
|
||||
using = new src.h_type( src )
|
||||
using.name = null
|
||||
using.icon = ui_style
|
||||
@@ -420,6 +421,8 @@
|
||||
using.layer = 17
|
||||
using.mouse_opacity = 0
|
||||
src.darkMask += using
|
||||
|
||||
//welding mask blackness
|
||||
using = new src.h_type( src )
|
||||
using.name = null
|
||||
using.icon = ui_style
|
||||
@@ -521,7 +524,7 @@
|
||||
|
||||
mymob.blind = new /obj/screen( null )
|
||||
mymob.blind.icon = ui_style
|
||||
mymob.blind.icon_state = "black"
|
||||
mymob.blind.icon_state = "blackanimatex"
|
||||
mymob.blind.name = " "
|
||||
mymob.blind.screen_loc = "1,1 to 15,15"
|
||||
mymob.blind.layer = 0
|
||||
|
||||
Reference in New Issue
Block a user