mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
-The AI Upload area now all share the AI's SMES unit
-Cloneloss inflicted on fresh clones is now randomized between 0-25 instead of a constant 10 git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4302 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -1330,7 +1330,7 @@ proc/process_ghost_teleport_locs()
|
||||
icon_state = "ai_upload"
|
||||
|
||||
/area/turret_protected/ai_upload_foyer
|
||||
name = "Secure Tech Access"
|
||||
name = "Secure Network Access"
|
||||
icon_state = "ai_foyer"
|
||||
|
||||
/area/turret_protected/ai
|
||||
|
||||
@@ -121,6 +121,8 @@
|
||||
if( !(clonemind && istype(clonemind) && clonemind.current && clonemind.current.stat==DEAD) )
|
||||
return 0
|
||||
|
||||
src.heal_level = rand(75,100) //Randomizes what health the clone is when ejected
|
||||
|
||||
src.attempting = 1 //One at a time!!
|
||||
src.locked = 1
|
||||
|
||||
@@ -140,7 +142,7 @@
|
||||
src.icon_state = "pod_1"
|
||||
//Get the clone body ready
|
||||
src.occupant.adjustCloneLoss(190) //new damage var so you can't eject a clone early then stab them to abuse the current damage system --NeoFite
|
||||
src.occupant.adjustBrainLoss(90)
|
||||
src.occupant.adjustBrainLoss(heal_level)
|
||||
src.occupant.Paralyse(4)
|
||||
|
||||
//Here let's calculate their health so the pod doesn't immediately eject them!!!
|
||||
|
||||
12783
maps/tgstation.2.0.9.dmm
12783
maps/tgstation.2.0.9.dmm
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user