mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
This should fix the mail system. I also added in a few more disposal outlets in some places.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2076 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -103,11 +103,15 @@
|
|||||||
desc = "Used to set the destination of properly wrapped packages."
|
desc = "Used to set the destination of properly wrapped packages."
|
||||||
icon_state = "forensic0"
|
icon_state = "forensic0"
|
||||||
var/currTag = 0
|
var/currTag = 0
|
||||||
var/list/locationList = list("Head of Personnel's Quarters", "Research Director's Office",
|
var/list/locationList = list(
|
||||||
"Locker Room", "Kitchen", "Bar", "Bartender's workspace",
|
"Disposals", "Bartender's Workspace", "Cafeteria", "Cargo Bay", "Chapel Office",
|
||||||
"Theatre", "Library", "Chapel Office", "Assembly Line", "Medbay", "Chemistry", "Surgery", "Exam Room",
|
"Chemistry", "Chief Medical Officer's Office", "Crew Quarters Toilets", "Fitness",
|
||||||
"Security", "Head of Security", "Cargo Bay", "Quartermaster's Office", "Janitors Closet", "Hydroponics",
|
"Head of Personnel's Office", "Head of Security's Office", "Hydroponics",
|
||||||
"Toxin Lab")
|
"Janitor's Closet", "Kitchen", "Library", "Locker Room", "Locker Toilets", "Medbay",
|
||||||
|
"Quartermaster's Office", "Research Director's Office", "Research Lab", "Robotics",
|
||||||
|
"Security", "Surgery", "Theatre", "Tool Storage")
|
||||||
|
//The whole system for the sorttype var is determined based on the order of this list,
|
||||||
|
//disposals must always be 1, since anything that's untagged will automatically go to disposals, or sorttype = 1 --Superxpdude
|
||||||
w_class = 1
|
w_class = 1
|
||||||
item_state = "electronic"
|
item_state = "electronic"
|
||||||
flags = FPRINT | TABLEPASS | ONBELT | CONDUCT
|
flags = FPRINT | TABLEPASS | ONBELT | CONDUCT
|
||||||
|
|||||||
15413
maps/tgstation.2.0.8.dmm
15413
maps/tgstation.2.0.8.dmm
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user