mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
-Robotics Remap! Robotics once again has a surgery table. As a consequence, medbay has lost it's MMIs.
-Added IDs to the various operating tables/computers around the station that were missing -Fixed an item I added earlier having reversed desc and name. -Narrator costume added to Chaplains Wardrobe git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2073 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -391,8 +391,8 @@
|
||||
color = "lawyer_blue"
|
||||
|
||||
/obj/item/clothing/under/scratch
|
||||
desc = "White Suit"
|
||||
name = "A white suit, suitable for an excellent host"
|
||||
name = "White Suit"
|
||||
desc = "A white suit, suitable for an excellent host"
|
||||
flags = FPRINT | TABLEPASS
|
||||
icon_state = "scratch"
|
||||
item_state = "scratch"
|
||||
|
||||
@@ -64,13 +64,15 @@
|
||||
/obj/closet/wardrobe/chaplain_black/New()
|
||||
//new /obj/item/clothing/suit/imperium_monk( src ) //No. -- Urist
|
||||
new /obj/item/clothing/under/rank/chaplain( src )
|
||||
new /obj/item/clothing/under/rank/chaplain( src )
|
||||
new /obj/item/clothing/shoes/black( src )
|
||||
new /obj/item/clothing/shoes/black( src )
|
||||
new /obj/item/clothing/suit/nun( src )
|
||||
new /obj/item/clothing/suit/chaplain_hoodie( src )
|
||||
new /obj/item/clothing/head/chaplain_hood( src )
|
||||
new /obj/item/clothing/suit/holidaypriest( src )
|
||||
new /obj/item/clothing/under/scratch( src )
|
||||
new /obj/item/clothing/head/helmet/cueball( src )
|
||||
new /obj/item/clothing/shoes/white( src )
|
||||
new /obj/item/clothing/gloves/white( src )
|
||||
new /obj/item/weapon/candlepack( src )
|
||||
new /obj/item/weapon/candlepack( src )
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user