Added new vending machines, and changed a couple of other files. Might be worth looking through just to make sure I didnt fuck everything up

Conflicts:
	code/game/machinery/vending.dm
This commit is contained in:
Heredth
2014-03-10 21:59:54 -08:00
committed by ZomgPonies
parent 12abbd60c0
commit 5d77dcecaa
4 changed files with 36 additions and 5 deletions
+1 -1
View File
@@ -165,7 +165,7 @@
/obj/effect/landmark/costume/prig/New()
new /obj/item/clothing/suit/wcoat(src.loc)
new /obj/item/clothing/glasses/monocle(src.loc)
var/CHOICE= pick( /obj/item/clothing/head/bowler, /obj/item/clothing/head/that)
var/CHOICE= pick( /obj/item/clothing/head/bowlerhat, /obj/item/clothing/head/that)
new CHOICE(src.loc)
new /obj/item/clothing/shoes/black(src.loc)
new /obj/item/weapon/cane(src.loc)