mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 11:38:12 +01:00
Some changes to cult mode.
Fixed cyborgs just pressing cancel when choosing AIs. Midis setting now carries over when ghosting. Can now check if a borg is emagged from the player panel. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@367 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -119,12 +119,16 @@
|
||||
|
||||
if(istype(W, /obj/item/brain))
|
||||
if(src.check_completion())
|
||||
if(!istype(src.loc,/turf))
|
||||
user << "\red You can't put the brain in, it has to be standing on the ground to be perfectly precise."
|
||||
return
|
||||
user.drop_item()
|
||||
W.loc = src
|
||||
src.brain = W
|
||||
var/mob/living/silicon/robot/O = new /mob/living/silicon/robot(get_turf(src.loc))
|
||||
if (src.brain.owner)
|
||||
O.gender = src.brain.owner.gender
|
||||
O.midis = src.brain.owner.midis
|
||||
//O.start = 1
|
||||
O.invisibility = 0
|
||||
O.name = "Cyborg"
|
||||
|
||||
Reference in New Issue
Block a user