mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-12 07:32:33 +01:00
Final tweaks
This commit is contained in:
@@ -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
|
||||
|
||||
/****************************************************
|
||||
|
||||
Reference in New Issue
Block a user