Final tweaks

This commit is contained in:
Arokha Sieyes
2018-03-17 12:33:04 -04:00
parent 99032248ab
commit 42e3261428
3 changed files with 8 additions and 4 deletions
+2 -2
View File
@@ -816,10 +816,10 @@ Note that amputating the affected organ does in fact remove the infection from t
if(!cannot_amputate)
if(nonsolid && damage >= max_damage)
droplimb(true, DROPLIMB_BLUNT)
droplimb(TRUE, DROPLIMB_BLUNT)
//VOREStation Add Start
if(robotic >= ORGAN_NANOFORM && damage >= max_damage)
droplimb(true, DROPLIMB_BURN)
droplimb(TRUE, DROPLIMB_BURN)
//VOREStation Add End
/****************************************************