Initial Compiling port of MetaStation

This commit is contained in:
Tigercat2000
2015-06-04 09:12:37 -07:00
parent 47de619fcc
commit 82f6855755
15 changed files with 12810 additions and 2 deletions
+24
View File
@@ -1069,6 +1069,10 @@ var/list/ghostteleportlocs = list()
name = "\improper Bar"
icon_state = "bar"
/area/crew_quarters/theatre
name = "\improper Theatre"
icon_state = "Theatre"
/area/crew_quarters/mrchangs
name = "\improper Mr Chang's"
icon_state = "Theatre"
@@ -1744,6 +1748,10 @@ area/security/podbay
name = "\improper Server Coldroom"
icon_state = "servercold"
/area/toxins/explab
name = "\improper Experimentation Lab"
icon_state = "toxmisc"
//Storage
/area/storage/tools
@@ -1859,6 +1867,10 @@ area/security/podbay
name = "\improper Derelict Solar Control"
icon_state = "engine"
/area/derelict/se_solar
name = "South East Solars"
icon_state = "engine"
/area/derelict/crew_quarters
name = "\improper Derelict Crew Quarters"
icon_state = "fitness"
@@ -1911,6 +1923,14 @@ area/security/podbay
name = "\improper Derelict Singularity Engine"
icon_state = "engine"
/area/derelict/gravity_generator
name = "\improper Derelict Gravity Generator Room"
icon_state = "red"
/area/derelict/atmospherics
name = "Derelict Atmospherics"
icon_state = "red"
//HALF-BUILT STATION (REPLACES DERELICT IN BAYCODE, ABOVE IS LEFT FOR DOWNSTREAM)
/area/shuttle/constructionsite
@@ -2204,6 +2224,10 @@ area/security/podbay
name = "\improper Telecoms Control Room"
icon_state = "tcomsatcomp"
/area/tcommsat/server
name = "\improper Telecoms Server Room"
icon_state = "tcomsatcham"
/area/tcommsat/lounge
name = "\improper Telecommunications Satellite Lounge"
icon_state = "tcomsatlounge"
@@ -209,6 +209,14 @@ var/global/list/image/splatter_cache=list()
break
/obj/effect/decal/cleanable/blood/old/New()
..()
dry()
/obj/effect/decal/cleanable/blood/gibs/old/New()
..()
dry()
/obj/effect/decal/cleanable/mucus
name = "mucus"
desc = "Disgusting mucus."
+5
View File
@@ -11,6 +11,11 @@
icon_state = "fakewindows"
opacity = 0
/turf/unsimulated/wall/fakedoor
name = "Centcom Access"
icon = 'icons/obj/doors/Doorele.dmi'
icon_state = "door_closed"
turf/unsimulated/wall/splashscreen
name = "Space Station 13"
icon = 'icons/misc/fullscreen.dmi'
@@ -24,6 +24,10 @@
if(10 to 50) icon_state = "half"
if(51 to INFINITY) icon_state = "full"
/obj/item/weapon/reagent_containers/blood/random/New()
blood_type = pick("A+", "A-", "B+", "B-", "O+", "O-")
..()
/obj/item/weapon/reagent_containers/blood/APlus
blood_type = "A+"
@@ -503,6 +503,15 @@
mode = SYRINGE_INJECT
update_icon()
/obj/item/weapon/reagent_containers/syringe/epinephrine
name = "Syringe (Epinephrine)"
desc = "Contains epinephrine - used to stabilize patients."
New()
..()
reagents.add_reagent("epinephrine", 15)
mode = SYRINGE_INJECT
update_icon()
/obj/item/weapon/reagent_containers/syringe/insulin
name = "Syringe (insulin)"
desc = "Contains insulin - used to treat diabetes."