-Finished work on the "cult" gamemode. I'll still add features to it later, but it is safe to be put on secret rotation now.

-Added an energy cutlass and made a pirate version of the space suit in preparation for a later nuke update.
-Changeling now ends 15 minutes after changeling death, unless he's ressurected.
-Further fixing of wizarditis teleporting into space.
-Fixed the wise beard sprite.
-Fixed missing sprite for monkeyburgers.
-Fixed Beepsky automatically adding 2 treason points to EVERYONE.
I believe that's everything.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@365 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
uporotiy
2010-11-02 19:13:32 +00:00
parent 18e52e6a09
commit be044b18c8
32 changed files with 294 additions and 146 deletions

View File

@@ -1458,7 +1458,7 @@
/obj/item/weapon/reagent_containers/food/snacks/monkeyburger
name = "monkeyburger"
desc = "The cornerstone of every nutritious breakfast."
icon_state = "burger"
icon_state = "hburger"
amount = 5
heal_amt = 2
@@ -2050,7 +2050,13 @@
/obj/reagent_dispensers/fueltank/blob_act()
explosion(src.loc,0,1,5,7,10)
del(src)
if(src)
del(src)
/obj/reagent_dispensers/fueltank/ex_act()
explosion(src.loc,-1,0,2)
if(src)
del(src)
/obj/reagent_dispensers/beerkeg
name = "beer keg"