Cleans out various macro redefinitions or useless use of syntax

This commit is contained in:
Crazylemon64
2018-07-30 23:24:35 -07:00
parent 370a2cd61e
commit 7b4dd7eb19
10 changed files with 28 additions and 32 deletions
+2 -1
View File
@@ -405,7 +405,8 @@
stamps += (!stamps || stamps == "" ? "<HR>" : "") + "<img src=large_[S.icon_state].png>"
var/image/stampoverlay = image('icons/obj/bureaucracy.dmi')
var/{x; y;}
var/x
var/y
if(istype(S, /obj/item/stamp/captain) || istype(S, /obj/item/stamp/centcom))
x = rand(-2, 0)
y = rand(-1, 2)