TG: Fixes some runtimes, involving do_mob, observe, send_status on mulebots,

check_gas_mixture, the explosion cinematic, sleeper get_reagents_amount, and a
possible (albeit unlikely) fix for throw_at
Revision: r3478
Author: 	 quartz235
This commit is contained in:
Erthilo
2012-05-05 22:13:20 +01:00
parent 8954b5aa2b
commit 1a5d772ae5
5 changed files with 30 additions and 26 deletions
+1
View File
@@ -475,6 +475,7 @@ datum
return share(sharer)*/
check_gas_mixture(datum/gas_mixture/sharer)
if(!sharer) return 0
var/delta_oxygen = (oxygen_archived - sharer.oxygen_archived)/5
var/delta_carbon_dioxide = (carbon_dioxide_archived - sharer.carbon_dioxide_archived)/5
var/delta_nitrogen = (nitrogen_archived - sharer.nitrogen_archived)/5