Use compatible var statements

This commit is contained in:
Tad Hardesty
2020-01-18 22:59:32 -08:00
parent 7bd3208cc6
commit d8a64c83dc
8 changed files with 30 additions and 40 deletions
+2 -3
View File
@@ -1529,9 +1529,8 @@ datum/admins/var/obj/item/weapon/paper/admin/faxreply // var to hold fax replies
P.stamps += "<hr><i>This paper has been stamped by the [P.origin] Quantum Relay.</i>"
var/image/stampoverlay = image('icons/obj/bureaucracy.dmi')
var/{x; y;}
x = rand(-2, 0)
y = rand(-1, 2)
var/x = rand(-2, 0)
var/y = rand(-1, 2)
P.offset_x += x
P.offset_y += y
stampoverlay.pixel_x = x