mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-28 23:59:40 +01:00
Merge pull request #5336 from CHOMPStation2/upstream-merge-14159
[MIRROR] Fixes MMIs to restore vision
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
brainmob.loc = src
|
||||
brainmob.container = src
|
||||
brainmob.set_stat(CONSCIOUS)
|
||||
brainmob.blinded = 0 //CHOMPedit earlyport, gives MMIs proper vision again
|
||||
brainmob.blinded = 0 //VOREedit Fixes MMIs vision
|
||||
dead_mob_list -= brainmob//Update dem lists
|
||||
living_mob_list += brainmob
|
||||
|
||||
@@ -350,4 +350,4 @@
|
||||
icon = 'icons/obj/module.dmi'
|
||||
icon_state = "mainboard"
|
||||
w_class = ITEMSIZE_NORMAL
|
||||
origin_tech = list(TECH_ENGINEERING = 2, TECH_MATERIAL = 2, TECH_BLUESPACE = 2, TECH_DATA = 3)
|
||||
origin_tech = list(TECH_ENGINEERING = 2, TECH_MATERIAL = 2, TECH_BLUESPACE = 2, TECH_DATA = 3)
|
||||
|
||||
Reference in New Issue
Block a user