var/nukecode = rand(10000, 99999)

This commit is contained in:
Kyep
2020-08-31 11:00:23 -07:00
parent 091b3c9462
commit c7d869c46d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -242,7 +242,7 @@ client/proc/one_click_antag()
var/obj/effect/landmark/nuke_spawn = locate("landmark*Nuclear-Bomb")
var/obj/effect/landmark/closet_spawn = locate("landmark*Nuclear-Closet")
var/nuke_code = "[rand(10000, 99999)]"
var/nuke_code = rand(10000, 99999)
if(nuke_spawn)
var/obj/item/paper/P = new