mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 10:01:40 +00:00
[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:
committed by
ShizCalev
parent
05860e2cda
commit
d35f3da470
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
@@ -1256,6 +1256,10 @@ NOTE: there are two lists of areas in the end of this file: centcom and station
|
|||||||
name = "Research Division"
|
name = "Research Division"
|
||||||
icon_state = "medresearch"
|
icon_state = "medresearch"
|
||||||
|
|
||||||
|
/area/science/circuit
|
||||||
|
name = "Circuitry Lab"
|
||||||
|
icon_state = "cir_lab"
|
||||||
|
|
||||||
/area/science/research/lobby
|
/area/science/research/lobby
|
||||||
name = "Research Division Lobby"
|
name = "Research Division Lobby"
|
||||||
icon_state = "medresearch"
|
icon_state = "medresearch"
|
||||||
|
|||||||
@@ -403,7 +403,7 @@ GLOBAL_LIST(cachedbooks) // List of our cached book datums
|
|||||||
if(newauthor)
|
if(newauthor)
|
||||||
scanner.cache.author = newauthor
|
scanner.cache.author = newauthor
|
||||||
if(href_list["setcategory"])
|
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)
|
if(newcategory)
|
||||||
upload_category = newcategory
|
upload_category = newcategory
|
||||||
if(href_list["upload"])
|
if(href_list["upload"])
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
Reference in New Issue
Block a user