mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
Axe code, no commenting
This commit is contained in:
@@ -12,15 +12,6 @@
|
||||
var/list/old_eye_colour = list(0,0,0)
|
||||
var/flash_protect = 0
|
||||
var/aug_message = "Your vision is augmented!"
|
||||
//
|
||||
// /obj/item/organ/internal/cyberimp/eyes/proc/update_colour()
|
||||
// if(!owner)
|
||||
// return
|
||||
// eye_colour = list(
|
||||
// owner.r_eyes ? owner.r_eyes : 0,
|
||||
// owner.g_eyes ? owner.g_eyes : 0,
|
||||
// owner.b_eyes ? owner.b_eyes : 0
|
||||
// )
|
||||
|
||||
|
||||
/obj/item/organ/internal/cyberimp/eyes/insert(var/mob/living/carbon/M, var/special = 0)
|
||||
|
||||
Reference in New Issue
Block a user