Removes Grey's Wingdings

This commit is contained in:
SamCroswell
2016-07-01 14:52:12 -04:00
parent 48eae8ddf0
commit c09f8f65eb
3 changed files with 0 additions and 7 deletions
-2
View File
@@ -30,7 +30,6 @@
// Extra powers:
#define LASER 9 // harm intent - click anywhere to shoot lasers from eyes
#define GREY 10 //Wingdings for Greys -- Not activatable or researchable
//#define HEAL 10 // (Not implemented) healing people with hands
//#define SHADOW 11 // (Not implemented) shadow teleportation (create in/out portals anywhere) (25%)
//#define SCREAM 12 // (Not implemented) supersonic screaming (25%)
@@ -123,4 +122,3 @@
#define NUTRITION_LEVEL_FED 350
#define NUTRITION_LEVEL_HUNGRY 250
#define NUTRITION_LEVEL_STARVING 150
@@ -728,8 +728,6 @@
C.dna.SetSEState(REMOTETALKBLOCK,0,1)
C.mutations -= REMOTE_TALK
genemutcheck(C,REMOTETALKBLOCK,null,MUTCHK_FORCED)
C.mutations.Add(GREY)
C.update_mutations()
..()
/datum/species/diona
-3
View File
@@ -93,9 +93,6 @@ proc/get_radio_key_from_channel(var/channel)
verb = "stammers"
speech_problem_flag = 1
if(GREY in mutations)
message = "<span class='grey'>[message]</span>"
else if(COMIC in mutations)
message = "<span class='sans'>[message]</span>"