Merge pull request #36 from shellspeed1/Organ-updates-for-stasis-beds

Massive organ overhaul and some new surgeries ported from cit orginally created by Fermi. Mergeable
This commit is contained in:
quotefox
2019-10-18 21:47:14 +01:00
committed by GitHub
120 changed files with 1756 additions and 400 deletions
+2 -2
View File
@@ -294,7 +294,7 @@ Versioning
var/lakey = L.lastattackerckey
var/sqlbrute = L.getBruteLoss()
var/sqlfire = L.getFireLoss()
var/sqlbrain = L.getBrainLoss()
var/sqlbrain = L.getOrganLoss(ORGAN_SLOT_BRAIN)
var/sqloxy = L.getOxyLoss()
var/sqltox = L.getToxLoss()
var/sqlclone = L.getCloneLoss()
@@ -308,7 +308,7 @@ Versioning
if(!SSdbcore.Connect())
return
sqlname = sanitizeSQL(sqlname)
sqlkey = sanitizeSQL(sqlkey)
sqljob = sanitizeSQL(sqljob)