mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Moved cyborg upgrade items out of mob code and into item code.
- Item declarations have no place in mob code. MMI and pAI code being the exception. Removed a cyborg upgrade that made them immune to flashes - An item that removes one of the very few weaknesses a borg has? No thanks. Removed mob\living\silicon\robot\robot_defense.dm - It was an empty file. Removed uplink.dm and uplink_kits.dm from WorkInProgress - Duplicate files: they're already in the main chunk of the code. - They are no longer a work in progress. Here's hoping I dont break anything with this commit... git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3890 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -93,10 +93,8 @@
|
||||
flashfail = 1
|
||||
|
||||
else if(issilicon(M))
|
||||
if(!M:flashproof())
|
||||
M.Weaken(rand(5,10))
|
||||
else
|
||||
flashfail++
|
||||
M.Weaken(rand(5,10))
|
||||
flashfail++
|
||||
|
||||
if(isrobot(user))
|
||||
spawn(0)
|
||||
|
||||
Reference in New Issue
Block a user