-Updated the magivend so it is no longer map based and it now has its own unique sprite

-Added red wizard robes as a hackable item to the new magivend. Functions as normal robes.
-Gave the robotics console a unique sprite, and modified the solars sprite so that it fit with the power monitor console.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@527 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
daelith.rhedynfre
2010-12-03 21:15:02 +00:00
parent ca2ef4917b
commit 05540df7c8
10 changed files with 29 additions and 2 deletions

View File

@@ -207,6 +207,11 @@
desc = "Strange-looking hat-wear that most certainly belongs to a real magic user."
icon_state = "wizard"
/obj/item/clothing/head/wizard/red
name = "wizard hat"
desc = "Strange-looking, red, hat-wear that most certainly belongs to a real magic user."
icon_state = "redwizard"
/obj/item/clothing/head/wizard_fake
name = "wizard hat"
desc = "It has WIZZARD written across it in sequins. Comes with a cool beard."
@@ -560,6 +565,16 @@
heat_transfer_coefficient = 0.01
body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|ARMS
/obj/item/clothing/suit/wizrobe/red
name = "wizard robe"
desc = "A magnificant, red, gem-lined robe that seems to radiate power."
icon_state = "redwizard"
item_state = "redwizrobe"
gas_transfer_coefficient = 0.01 // IT'S MAGICAL OKAY JEEZ +1 TO NOT DIE
permeability_coefficient = 0.01
heat_transfer_coefficient = 0.01
body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|ARMS
/obj/item/clothing/suit/wizrobe_fake
name = "wizard robe"
desc = "A rather dull, blue robe one could probably find in Space-Walmart."

View File

@@ -654,6 +654,18 @@
product_hidden = "/obj/item/seeds/amanitamycelium;/obj/item/seeds/libertymycelium;/obj/item/seeds/nettleseed;/obj/item/seeds/plumpmycelium"
product_hideamt = "1;2;2;2"
/obj/machinery/vending/magivend
name = "MagiVend"
desc = "A magic vending machine."
icon_state = "MagiVend"
product_amounts = "1;1;1;2"
product_slogans = "Sling spells the proper way with MagiVend!;Be your own Houdini! Use MagiVend!"
product_paths = "/obj/item/clothing/head/wizard;/obj/item/clothing/suit/wizrobe;/obj/item/clothing/shoes/sandal;/obj/item/weapon/staff"
vend_delay = 15
vend_reply = "Have an enchanted evening!"
product_hidden = "/obj/item/clothing/head/wizard/red;/obj/item/clothing/suit/wizrobe/red"
product_hideamt = "1;1"
/obj/machinery/microwave
name = "Microwave"
icon = 'kitchen.dmi'

View File

@@ -1,7 +1,7 @@
/obj/machinery/computer/robotics
name = "Robotics Control"
icon = 'computer.dmi'
icon_state = "id"
icon_state = "robot"
req_access = list(access_captain, access_robotics)
var/id = 0.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 39 KiB

View File

@@ -9,7 +9,7 @@
"aai" = (/turf/simulated/shuttle/floor{icon_state = "floor5"},/area/wizard_station)
"aaj" = (/obj/machinery/atmospherics/pipe/simple,/turf/simulated/shuttle/floor{icon_state = "floor5"},/area/wizard_station)
"aak" = (/obj/table,/obj/machinery/light/lamp{pixel_y = 6},/turf/simulated/shuttle/floor{icon_state = "floor5"},/area/wizard_station)
"aal" = (/obj/machinery/vending{desc = "A magic vending machine."; name = "MagiVend"; product_amounts = "1;1;1;2"; product_paths = "/obj/item/clothing/head/wizard;/obj/item/clothing/suit/wizrobe;/obj/item/clothing/shoes/sandal;/obj/item/weapon/staff"; product_slogans = "Sling spells the proper way with MagiVend!;Be your own Houdini! Use MagiVend!"; vend_delay = 15; vend_reply = "Have an enchanted evening!"},/turf/simulated/shuttle/floor{icon_state = "floor5"},/area/wizard_station)
"aal" = (/obj/machinery/vending/magivend,/turf/simulated/shuttle/floor{icon_state = "floor5"},/area/wizard_station)
"aam" = (/obj/crate,/turf/simulated/shuttle/floor{icon_state = "floor5"},/area/wizard_station)
"aan" = (/obj/grille,/turf/simulated/floor/plating/airless,/area)
"aao" = (/obj/machinery/shuttle/engine/propulsion{tag = "icon-propulsion (EAST)"; icon_state = "propulsion_r"; dir = 4; pixel_y = -1},/turf/space,/area/wizard_station)