Merge pull request #3846 from Iamgoofball/boozetaketwo

Fixed a CATASTROPHIC GAME-CHANGING BUG with the Soda Dispenser that resulted in much immersuhan breaking: Grape Soda wasn't in the Soda Dispenser dispensable reagents list.
This commit is contained in:
DJSnapshot
2013-10-29 17:03:54 -07:00

View File

@@ -233,7 +233,7 @@
if(istype(B, /obj/item/device/multitool))
if(hackedcheck == 0)
user << "You change the mode from 'McNano' to 'Pizza King'."
dispensable_reagents += list("thirteenloko")
dispensable_reagents += list("thirteenloko","grapesoda")
hackedcheck = 1
return