/obj/item/weapon/spacecash change to /obj/item/weapon/money

Can now split and stack money properly.

Fixes genetics/research access door and also money path changes.
This commit is contained in:
Erthilo
2012-05-21 23:56:48 +01:00
parent 36b0ba73cd
commit b7b33fc91a
13 changed files with 174 additions and 119 deletions

View File

@@ -154,7 +154,7 @@
switch(prizeselect)
if(1)
prize = new /obj/item/weapon/spacecash( prize_location )
prize = new /obj/item/weapon/money( prize_location )
prize.name = "space ticket"
prize.desc = "It's almost like actual currency!"
if(2)