mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +01:00
TG: -Minor polishing tweak to borg hypos. The recharge time/cost and recharged
chemicals cut in half (same net amount over time, but it comes more fluidly). Resets the recharge timer upon switching modes so your battery charge and chemicals aren't wasted. -Added the (src)s to the robot modules that I forgot. It all seems to work fine without them, but just for the sake of consistency... Revision: r3669 Author: d_h2...@yahoo.com (Also fixes for equip proc due to two ears.)
This commit is contained in:
@@ -146,12 +146,17 @@ proc/countJob(rank)
|
||||
return
|
||||
|
||||
if(W.slot_flags & SLOT_EARS)
|
||||
if(!src.ears)
|
||||
if(!src.l_ear)
|
||||
if( src.get_active_hand() == W )
|
||||
src.u_equip(W)
|
||||
src.ears = W
|
||||
src.l_ear = W
|
||||
update_clothing()
|
||||
return
|
||||
else if(!src.r_ear)
|
||||
if( src.get_active_hand() == W )
|
||||
src.u_equip(W)
|
||||
src.r_ear = W
|
||||
update_clothing()
|
||||
return
|
||||
|
||||
if(W.slot_flags & SLOT_EYES)
|
||||
if(!src.glasses)
|
||||
|
||||
Reference in New Issue
Block a user