mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
Increased the sparkling delay on diamond ore.
Added metroid mutantrace (isn't that much different from lizardfolk yet). git-svn-id: http://tgstation13.googlecode.com/svn/trunk@812 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -703,7 +703,7 @@
|
||||
src.sight &= ~SEE_TURFS
|
||||
src.sight &= ~SEE_MOBS
|
||||
src.sight &= ~SEE_OBJS
|
||||
if (src.mutantrace == "lizard")
|
||||
if (src.mutantrace == "lizard" || src.mutantrace == "metroid")
|
||||
src.see_in_dark = 3
|
||||
src.see_invisible = 1
|
||||
else if (src.druggy) // If drugged~
|
||||
|
||||
@@ -2,6 +2,12 @@
|
||||
if(src.mutantrace == "lizard")
|
||||
if(copytext(message, 1, 2) != "*")
|
||||
message = dd_replaceText(message, "s", stutter("ss"))
|
||||
if(src.mutantrace == "metroid" && prob(5))
|
||||
if(copytext(message, 1, 2) != "*")
|
||||
message = "SKR"
|
||||
var/imax = rand(5,20)
|
||||
for(var/i = 0,i<imax,i++)
|
||||
message += "E"
|
||||
if(istype(src.virus, /datum/disease/pierrot_throat))
|
||||
var/list/temp_message = dd_text2list(message, " ")
|
||||
var/list/pick_list = list()
|
||||
|
||||
Reference in New Issue
Block a user