mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge pull request #2053 from CHOMPStationBot/upstream-merge-10370
[MIRROR] [MIRROR] SSpersistence tweaks
This commit is contained in:
@@ -6,12 +6,14 @@
|
||||
/datum/persistent/paper/sticky/CreateEntryInstance(var/turf/creating, var/list/token)
|
||||
var/atom/paper = ..()
|
||||
if(paper)
|
||||
//VOREStation add - sometimes they fall off
|
||||
if(prob(90))
|
||||
paper.pixel_x = token["offset_x"]
|
||||
paper.pixel_y = token["offset_y"]
|
||||
else
|
||||
paper.pixel_x = rand(-5,5)
|
||||
paper.pixel_y = rand(-5,5)
|
||||
//VOREStation add end
|
||||
paper.color = token["color"]
|
||||
return paper
|
||||
|
||||
|
||||
Reference in New Issue
Block a user