mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
TG: Shades, Juggernauts, Wraiths, Artificers all now have minds.
If a cultist builds a construct, that construct will be a cultist. This means they can see cultists finally (and will probably count for the escape objective, so that might need changing numbers wise) Fixed some typos in the cult runes (godamnit Urist) and the blind rune can no longer be made into a talisman, cause a handheld, instant, AoE blind that lasts 20 seconds with no counter is retarded. Revision: r3507 Author: kortgstation
This commit is contained in:
@@ -488,11 +488,11 @@ var/list/sacrificed = list()
|
||||
T.imbue = "deafen"
|
||||
imbued_from = R
|
||||
break
|
||||
if(R.word1==worddestr && R.word2==wordsee && R.word3==wordother) //blind
|
||||
/*if(R.word1==worddestr && R.word2==wordsee && R.word3==wordother) //blind
|
||||
T = new(src.loc)
|
||||
T.imbue = "blind"
|
||||
imbued_from = R
|
||||
break
|
||||
break*/
|
||||
if(R.word1==wordself && R.word2==wordother && R.word3==wordtech) //communicat
|
||||
T = new(src.loc)
|
||||
T.imbue = "communicate"
|
||||
@@ -521,7 +521,7 @@ var/list/sacrificed = list()
|
||||
user.take_overall_damage(200, 0)
|
||||
runedec+=10
|
||||
user.visible_message("\red [user] keels over dead, his blood glowing blue as it escapes his body and dissipates into thin air.", \
|
||||
"\red In the last moment of your humbly life, you feel as fabric of reality mends... with your blood.", \
|
||||
"\red In the last moment of your humble life, you feel an immense pain as fabric of reality mends... with your blood.", \
|
||||
"\red You hear faint rustle.")
|
||||
for(,user.stat==2)
|
||||
sleep(600)
|
||||
|
||||
Reference in New Issue
Block a user