Code cleanup + gravitational anomaly readded

This commit is contained in:
Albert Iordache
2011-12-10 11:59:40 +02:00
parent 64106be003
commit 6c992058e4
3 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
// DM Environment file for InSpace.dme.
// DM Environment file for baystation12.dme.
// All manual changes should be made outside the BEGIN_ and END_ blocks.
// New source code should be placed in .dm files: choose File/New --> Code File.
// BEGIN_INTERNALS

View File

@@ -13,7 +13,7 @@
/proc/event()
event = 1
var/eventNumbersToPickFrom = list(1,4,5,6,7,8,9,10,11,12,13) //so ninjas don't cause "empty" events.
var/eventNumbersToPickFrom = list(1,2,4,5,6,7,8,9,10,11,12,13) //so ninjas don't cause "empty" events.
if((world.time/10)>=3600 && toggle_space_ninja && !sent_ninja_to_station)//If an hour has passed, relatively speaking. Also, if ninjas are allowed to spawn and if there is not already a ninja for the round.
eventNumbersToPickFrom += 3
@@ -29,13 +29,13 @@
meteor_wave()
spawn_meteors()
/* if(2)
if(2)
command_alert("Gravitational anomalies detected on the station. There is no additional data.", "Anomaly Alert")
world << sound('granomalies.ogg')
var/turf/T = pick(blobstart)
var/obj/effect/bhole/bh = new /obj/effect/bhole( T.loc, 30 )
spawn(rand(50, 300))
del(bh) */
del(bh)
/*
if(3) //Leaving the code in so someone can try and delag it, but this event can no longer occur randomly, per SoS's request. --NEO
command_alert("Space-time anomalies detected on the station. There is no additional data.", "Anomaly Alert")

View File

@@ -182,7 +182,7 @@
var/datum/reagents/R = new/datum/reagents(150) //Used to be 300
reagents = R
R.my_atom = src
R.add_reagent("stoxin", 150) //Used to be 100 sleep toxin//30 Chloral seems to be fatal, reducing it to 22./N
R.add_reagent("stoxin", 150)
..()
return