mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Removes // start // end lasertag bits
This commit is contained in:
@@ -208,8 +208,6 @@
|
|||||||
check_all = TRUE
|
check_all = TRUE
|
||||||
can_salvage = FALSE // So you can't just twoshot a turret and get a fancy gun
|
can_salvage = FALSE // So you can't just twoshot a turret and get a fancy gun
|
||||||
|
|
||||||
// Start Lasertag Turret Code
|
|
||||||
|
|
||||||
/obj/machinery/porta_turret/lasertag
|
/obj/machinery/porta_turret/lasertag
|
||||||
name = "lasertag turret"
|
name = "lasertag turret"
|
||||||
turret_type = "normal"
|
turret_type = "normal"
|
||||||
@@ -300,8 +298,6 @@
|
|||||||
|
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
// End Lasertag Turret Code
|
|
||||||
|
|
||||||
/obj/machinery/porta_turret/Initialize()
|
/obj/machinery/porta_turret/Initialize()
|
||||||
//Sets up a spark system
|
//Sets up a spark system
|
||||||
spark_system = new /datum/effect/effect/system/spark_spread
|
spark_system = new /datum/effect/effect/system/spark_spread
|
||||||
|
|||||||
Reference in New Issue
Block a user