mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 20:47:43 +01:00
Merge pull request #8791 from Rykka-Stormheart/shep-dev-span-fix
Fix Merge Conflict in #8755
This commit is contained in:
@@ -102,11 +102,8 @@
|
||||
var/obj/item/organ/external/T = organs_by_name[BP_TORSO]
|
||||
if(T && T.robotic >= ORGAN_ROBOT)
|
||||
src.verbs += /mob/living/carbon/human/proc/self_diagnostics
|
||||
<<<<<<< HEAD
|
||||
src.verbs += /mob/living/carbon/human/proc/reagent_purge //VOREStation Add
|
||||
=======
|
||||
src.verbs += /mob/living/carbon/human/proc/setmonitor_state
|
||||
>>>>>>> 42e2305... Gives FBP's a proc to change their monitor display without using a mask item. (#7452)
|
||||
var/datum/robolimb/R = all_robolimbs[T.model]
|
||||
synthetic = R
|
||||
return synthetic
|
||||
|
||||
Reference in New Issue
Block a user