mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
- Fixed vaccines not giving resistance if mob isn't infected.
- Added control interface for atmo mixer and pumps. - Atmo meters now also show gas temperature - Mecha logs. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@741 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -154,6 +154,8 @@ datum
|
||||
if(self.data&&method == INGEST)
|
||||
if(M.virus && M.virus.type == self.data)
|
||||
M.virus.cure()
|
||||
else if(!(self.data in M.resistances))
|
||||
M.resistances += self.data
|
||||
return
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user