mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01: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)
|
||||
|
||||
|
||||
@@ -60,7 +60,8 @@
|
||||
<li><B>PAPERWORK UPDATE v1:</B> Supply crates contain manifest slips, in a later update these will be returnable for supply points.
|
||||
<li>The Supply Ordering Console (Request computer in the QM lobby) can now print requisition forms for ordering crates. In conjunction with the rubber stamps, these can be used to demonstrate proper authorisation for supply orders.</li>
|
||||
<li>Rubber stamps now spawn for each head of staff.</li>
|
||||
<li>The use of DNA Injectors is now admin-logged.</li>
|
||||
<li>The use of DNA Injectors and fueltank detonations are now admin-logged.</li>
|
||||
<li>Removed old debug code from gib()</li>
|
||||
</ul>
|
||||
|
||||
<h5>Tuesday, November 2, 19:11(GMT)</h5>
|
||||
|
||||
Reference in New Issue
Block a user