mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 12:08:28 +01:00
Tweaked the map around a bit, namely - moved chemistry to medbay, moved RD office to where chemistry was before, added a nuke (can't be armed) storage to where RD office was before.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@289 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -474,6 +474,9 @@
|
||||
name = "Security"
|
||||
icon_state = "security"
|
||||
|
||||
/area/security/nuke_storage
|
||||
name = "Nuke Storage"
|
||||
icon_state = "nuke_storage"
|
||||
|
||||
/area/security/checkpoint
|
||||
name = "Security Checkpoint"
|
||||
|
||||
@@ -130,7 +130,7 @@
|
||||
if("Barman")
|
||||
return list(access_bar)
|
||||
if("Chemist")
|
||||
return list(access_medical, access_tox, access_chemistry)
|
||||
return list(access_medical, access_chemistry)
|
||||
if("Janitor")
|
||||
return list(access_janitor, access_maint_tunnels)
|
||||
if("Clown")
|
||||
|
||||
@@ -149,7 +149,6 @@ var/runedec = 0
|
||||
return
|
||||
if(word1 == worddestr && word2 == wordsee && word3 == wordtech)
|
||||
icon_state = "5"
|
||||
src.icon += rgb(0, 0 , 255)
|
||||
return
|
||||
if(word1 == wordtravel && word2 == wordblood && word3 == wordself)
|
||||
icon_state = "2"
|
||||
|
||||
Reference in New Issue
Block a user