mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Fixes dna runtime (#31055)
This commit is contained in:
@@ -395,7 +395,7 @@ var/global/list/facial_hair_styles_female_list = list()
|
||||
/proc/EncodeDNABlock(var/value)
|
||||
if(!isnum(value))
|
||||
warning("Expected a number, got [value]")
|
||||
return 0
|
||||
return "0"
|
||||
return num2hex(value, 3)
|
||||
|
||||
/datum/dna/proc/UpdateUI()
|
||||
|
||||
Reference in New Issue
Block a user