[READY]Circuitry lab (#34493)

* spelling

* base

* maps

* merge

* firealarm

* floor

* floor again

* if you insist...

* DV

* DV(2)

* DV(3)

* fuck

* fuck

* apc

* boxapc
This commit is contained in:
arsserpentarium
2018-01-17 01:44:26 +03:00
committed by ShizCalev
parent 05860e2cda
commit d35f3da470
6 changed files with 2437 additions and 1110 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1256,6 +1256,10 @@ NOTE: there are two lists of areas in the end of this file: centcom and station
name = "Research Division"
icon_state = "medresearch"
/area/science/circuit
name = "Circuitry Lab"
icon_state = "cir_lab"
/area/science/research/lobby
name = "Research Division Lobby"
icon_state = "medresearch"

View File

@@ -403,7 +403,7 @@ GLOBAL_LIST(cachedbooks) // List of our cached book datums
if(newauthor)
scanner.cache.author = newauthor
if(href_list["setcategory"])
var/newcategory = input("Choose a category: ") in list("Fiction", "Non-Fiction", "Adult", "Reference", "Religion")
var/newcategory = input("Choose a category: ") in list("Fiction", "Non-Fiction", "Adult", "Reference", "Religion","Technical")
if(newcategory)
upload_category = newcategory
if(href_list["upload"])

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB