Smallfix.

This commit is contained in:
Segrain
2013-10-18 08:38:14 +03:00
parent 957057cea1
commit 183c44c4c8

View File

@@ -149,11 +149,11 @@ obj/structure/sign/poster/attackby(obj/item/weapon/W as obj, mob/user as mob)
if("No")
return
/obj/structure/sign/poster/proc/roll_and_drop(turf/loc)
/obj/structure/sign/poster/proc/roll_and_drop(turf/newloc)
var/obj/item/weapon/contraband/poster/P = new(src, serial_number)
P.resulting_poster = src
P.loc = loc
loc = P
P.loc = newloc
src.loc = P
//seperated to reduce code duplication. Moved here for ease of reference and to unclutter r_wall/attackby()