mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
Bump dreamchecker version to 1.4 (#8711)
This commit is contained in:
@@ -140,7 +140,6 @@ proc/RoundHealth(health)
|
||||
return "health0"
|
||||
else
|
||||
return "health-100"
|
||||
return "0"
|
||||
|
||||
/*
|
||||
Proc for attack log creation, because really why not
|
||||
@@ -211,4 +210,4 @@ Proc for attack log creation, because really why not
|
||||
|
||||
// Returns true if the mob was removed form the dead list
|
||||
/mob/proc/remove_from_dead_mob_list()
|
||||
return dead_mob_list.Remove(src)
|
||||
return dead_mob_list.Remove(src)
|
||||
|
||||
@@ -12,11 +12,9 @@
|
||||
|
||||
if (!( istext(HTMLstring) ))
|
||||
CRASH("Given non-text argument!")
|
||||
return
|
||||
else
|
||||
if (length(HTMLstring) != 7)
|
||||
CRASH("Given non-HTML argument!")
|
||||
return
|
||||
var/textr = copytext(HTMLstring, 2, 4)
|
||||
var/textg = copytext(HTMLstring, 4, 6)
|
||||
var/textb = copytext(HTMLstring, 6, 8)
|
||||
@@ -33,7 +31,6 @@
|
||||
if (length(textb) < 2)
|
||||
textr = text("0[]", textb)
|
||||
return text("#[][][]", textr, textg, textb)
|
||||
return
|
||||
|
||||
//Returns the middle-most value
|
||||
/proc/dd_range(var/low, var/high, var/num)
|
||||
@@ -859,8 +856,6 @@ proc/is_hot(obj/item/W as obj)
|
||||
else
|
||||
return 0
|
||||
|
||||
return 0
|
||||
|
||||
//Whether or not the given item counts as sharp in terms of dealing damage
|
||||
/proc/is_sharp(obj/O as obj)
|
||||
if (!O) return 0
|
||||
|
||||
Reference in New Issue
Block a user