mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Bump dreamchecker version to 1.4 (#8711)
This commit is contained in:
@@ -263,7 +263,7 @@
|
||||
|
||||
/obj/item/device/destTagger/Topic(href, href_list)
|
||||
src.add_fingerprint(usr)
|
||||
if(href_list["nextTag"] && href_list["nextTag"] in SSdisposals.tagger_locations)
|
||||
if(href_list["nextTag"] && (href_list["nextTag"] in SSdisposals.tagger_locations))
|
||||
src.currTag = href_list["nextTag"]
|
||||
if(href_list["nextTag"] == "CUSTOM")
|
||||
var/dest = input("Please enter custom location.", "Location", src.currTag ? src.currTag : "None")
|
||||
|
||||
Reference in New Issue
Block a user