Added a cybernetic tongue and sprites. Fixed furranium.

This commit is contained in:
Fermi
2019-06-01 01:28:52 +01:00
parent abfcc25e91
commit 2eceb6f57b
6 changed files with 30 additions and 6 deletions
+11 -1
View File
@@ -235,7 +235,7 @@
/obj/item/organ/tongue/OwO
name = "fluffy tongue"
desc = "OwO what's this?"
icon_state = "tonguenormal"
icon_state = "tonguefluffy"
taste_sensitivity = 10 // extra sensitive and inquisitive uwu
maxHealth = 35 //Sensitive tongue!
@@ -253,3 +253,13 @@
message += pick(" OwO", " uwu")
message = lowertext(message)
return message
/obj/item/organ/tongue/cybernetic
name = "cybernetic tongue"
desc = "A state of the art robotic tongue that can detect the pH of anything drank."
icon_state = "tonguecybernetic"
taste_sensitivity = 10 // extra sensitive and inquisitive uwu
maxHealth = 70 //It's robotic!
/obj/item/organ/tongue/cybernetic/get_spans()
return ..() | SPAN_ROBOT