File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
code/modules/mob/living/silicon/robot Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 559
559
sprites = list (
560
560
" Droid" = " droid-crisis"
561
561
)
562
+ respawnables = list (
563
+ / obj / item/ stack/ medical/ splint
564
+ )
565
+ respawnables_max_amount = MEDICAL_MAX_KIT
562
566
563
567
/ obj / item/ weapon/ robot_module/ syndicate/ crisis/ New()
564
568
.. ()
574
578
modules += new / obj / item/ device/ reagent_scanner/ adv(src )
575
579
modules += new / obj / item/ weapon/ reagent_containers/ borghypo/ crisis(src )
576
580
modules += new / obj / item/ weapon/ reagent_containers/ borghypo/ biofoam(src )
581
+ modules += new / obj / item/ weapon/ reagent_containers/ spray/ lube(src )
577
582
modules += new / obj / item/ weapon/ revivalprod(src )
578
583
modules += new / obj / item/ weapon/ switchtool/ surgery/ maxed(src )
579
584
modules += new / obj / item/ robot_rack/ bed/ syndie(src )
580
585
modules += new / obj / item/ weapon/ cookiesynth/ lollipop(src )
581
-
586
+ var /obj /item/stack/medical/splint/K = new / obj / item/ stack/ medical/ splint(src )
587
+ K. max_amount = MEDICAL_MAX_KIT
588
+ K. amount = MEDICAL_MAX_KIT
589
+ modules += K
582
590
sensor_augs = list (" Thermal" , " Medical" , " Disable" )
583
591
584
592
fix_modules ()
You can’t perform that action at this time.
0 commit comments