Should in fact, really fix the monkey dna

This commit is contained in:
d3athrow
2014-01-24 12:05:54 -05:00
committed by ZomgPonies
parent 341d210c99
commit e937bdd4c2
5 changed files with 6 additions and 5 deletions
@@ -61,7 +61,7 @@
// We're a monkey
dna.SetSEState(MONKEYBLOCK, 1)
dna.SetSEValue(MONKEYBLOCK,0xFFF)
dna.SetSEValueRange(MONKEYBLOCK,0xDAC, 0xFFF)
// Fix gender
dna.SetUIState(DNA_UI_GENDER, gender != MALE, 1)
+1 -1
View File
@@ -31,7 +31,7 @@
O.dna = dna.Clone()
O.dna.SetSEState(MONKEYBLOCK,1)
O.dna.SetSEValue(MONKEYBLOCK,0xFFF)
O.dna.SetSEValueRange(MONKEYBLOCK,0xDAC, 0xFFF)
O.loc = loc
O.viruses = viruses
O.a_intent = "harm"