mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
-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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user