mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Aliens can now shape membranes.
AIs now see runes as blood. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2305 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -92,6 +92,14 @@ var/engwords = list("travel", "blood", "join", "hell", "destroy", "technology",
|
||||
|
||||
// self other technology - Communication rune //was other hear blood
|
||||
// join hide technology - stun rune. Rune color: bright pink.
|
||||
New()
|
||||
..()
|
||||
for(var/mob/living/silicon/ai/AI in world)
|
||||
if(AI.client)
|
||||
var/image/blood = image('blood.dmi', loc = src, icon_state = "floor[rand(1,7)]")
|
||||
blood.override = 1
|
||||
AI.client.images += blood
|
||||
|
||||
examine()
|
||||
if(!iscultist(usr))
|
||||
usr << "A strange collection of symbols drawn in blood."
|
||||
|
||||
Reference in New Issue
Block a user