mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-22 05:25:15 +01:00
removes double spaces before symbols (#62397)
This can apparently cause some bugs on occasions, so I thought I might as well try to kill them all.
This commit is contained in:
@@ -105,7 +105,7 @@
|
||||
icon_state = "bounty_trap_on"
|
||||
stun_time = 200
|
||||
sparks = FALSE //the item version gives them off to prevent runtimes (see Destroy())
|
||||
checks_antimagic = FALSE
|
||||
checks_antimagic = FALSE
|
||||
var/obj/item/bountytrap/stored_item
|
||||
var/caught = FALSE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user