mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-29 11:31:38 +00:00
Added logging to fueltank explosions. Removed debug code from gib(). Changelog updated.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@373 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -145,6 +145,7 @@ WELDINGTOOOL
|
||||
playsound(src.loc, 'refill.ogg', 50, 1, -6)
|
||||
|
||||
else if (istype(O, /obj/reagent_dispensers/fueltank) && get_dist(src,O) <= 1 && src.welding)
|
||||
message_admins("[key_name_admin(user)] triggered a fueltank explosion.")
|
||||
user << "\red That was stupid of you."
|
||||
explosion(O.loc,-1,0,2)
|
||||
if(O)
|
||||
|
||||
@@ -1911,7 +1911,7 @@
|
||||
robogibs(src.loc, virus)
|
||||
else
|
||||
gibs(src.loc, virus)
|
||||
CRASH("Generating error messages to attempt to fix random gibbins.")
|
||||
//CRASH("Generating error messages to attempt to fix random gibbins.") //no longer necessary
|
||||
sleep(15)
|
||||
del(src)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user