mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 19:52:40 +00:00
Update human.dm
This commit is contained in:
@@ -1687,12 +1687,6 @@
|
|||||||
T.add_blood(src)
|
T.add_blood(src)
|
||||||
. = ..()
|
. = ..()
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
/mob/living/carbon/human/reduce_cuff_time()
|
|
||||||
if(istype(gloves, /obj/item/clothing/gloves/gauntlets/rig))
|
|
||||||
return 2
|
|
||||||
return ..()
|
|
||||||
=======
|
|
||||||
// Tries to turn off item-based things that let you see through walls, like mesons.
|
// Tries to turn off item-based things that let you see through walls, like mesons.
|
||||||
// Certain stuff like genetic xray vision is allowed to be kept on.
|
// Certain stuff like genetic xray vision is allowed to be kept on.
|
||||||
/mob/living/carbon/human/disable_spoiler_vision()
|
/mob/living/carbon/human/disable_spoiler_vision()
|
||||||
@@ -1712,4 +1706,8 @@
|
|||||||
to_chat(src, span("warning", "\The [rig]'s visor has shuddenly deactivated!"))
|
to_chat(src, span("warning", "\The [rig]'s visor has shuddenly deactivated!"))
|
||||||
|
|
||||||
..()
|
..()
|
||||||
>>>>>>> bef865b... Merge pull request #7383 from Neerti/meson_obfuscation
|
|
||||||
|
/mob/living/carbon/human/reduce_cuff_time()
|
||||||
|
if(istype(gloves, /obj/item/clothing/gloves/gauntlets/rig))
|
||||||
|
return 2
|
||||||
|
return ..()
|
||||||
|
|||||||
Reference in New Issue
Block a user