mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
Fixes compile error
This commit is contained in:
@@ -13,11 +13,11 @@
|
||||
var/times_used = 0 //Number of times it's been used.
|
||||
var/broken = FALSE //Is the flash burnt out?
|
||||
var/last_used = 0 //last world.time it was used.
|
||||
var/max_flashes = 20 // How many times the flash can be used before needing to self recharge. //VOREStation Edit
|
||||
var/max_flashes = 10 // How many times the flash can be used before needing to self recharge.
|
||||
var/halloss_per_flash = 30
|
||||
var/break_mod = 3 // The percent to break increased by every use on the flash.
|
||||
|
||||
var/can_break = FALSE // Can the flash break? //VOREStation Edit
|
||||
var/can_break = TRUE // Can the flash break?
|
||||
var/can_repair = FALSE // Can you repair the flash?
|
||||
var/repairing = FALSE // Are we repairing right now?
|
||||
|
||||
|
||||
3
code/game/objects/items/devices/flash_vr.dm
Normal file
3
code/game/objects/items/devices/flash_vr.dm
Normal file
@@ -0,0 +1,3 @@
|
||||
/obj/item/device/flash
|
||||
max_flashes = 20 // How many times the flash can be used before needing to self recharge.
|
||||
can_break = FALSE // Can the flash break?
|
||||
Reference in New Issue
Block a user