mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Balance change: Malf AIs can't shunt from APC to APC and must first return to their core. They can also start a takeover from their APC now. This is a test run with it and if people don't like it I'll remove it.
General work to advance diseases. -Changed the possible cures to a list which is ordered from easiest to cure to -hardest to cure. -Some tweak valuables to symptoms. -Air alarms will update their window when you cut/pulse wires. -Re-added analysers to mechanical (blue) toolboxes. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5125 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -351,7 +351,7 @@ datum
|
||||
if(R.id == "blood" && reagent == "blood")
|
||||
if(R.data && data)
|
||||
|
||||
if(R.data["viruses"] && data["viruses"])
|
||||
if(R.data["viruses"] || data["viruses"])
|
||||
|
||||
var/list/mix1 = R.data["viruses"]
|
||||
var/list/mix2 = data["viruses"]
|
||||
|
||||
Reference in New Issue
Block a user