mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
TG: Added a cheap lighter so that zippos will have some company.
The cheap lighter can be purchased at vending machines and comes in 4 colors: green, yellow, cyan and red. Technical info: The path /obj/item/weapon/zippo was changed to /obj/item/weapon/lighter/zippo The new lighter is /obj/item/weapon/lighter/random Revision: r3033 Author: baloh.matevz Date: Feb 4, 2012 Review scores: No one has yet scored this revision.
This commit is contained in:
@@ -162,7 +162,7 @@
|
||||
prize.name = "electronic blink toy game"
|
||||
prize.desc = "Blink. Blink. Blink."
|
||||
if(3)
|
||||
prize = new /obj/item/weapon/zippo( prize_location )
|
||||
prize = new /obj/item/weapon/lighter/zippo( prize_location )
|
||||
prize.name = "Burno Lighter"
|
||||
prize.desc = "Almost like a decent lighter!"
|
||||
if(4)
|
||||
|
||||
Reference in New Issue
Block a user