sigh
This commit is contained in:
@@ -637,7 +637,7 @@
|
|||||||
icon_state = "carp_rift_charged"
|
icon_state = "carp_rift_charged"
|
||||||
light_color = LIGHT_COLOR_YELLOW
|
light_color = LIGHT_COLOR_YELLOW
|
||||||
update_light()
|
update_light()
|
||||||
armor = list(MELEE = 100, BULLET = 100, LASER = 100, ENERGY = 100, BOMB = 100, BIO = 100, RAD = 100, FIRE = 100, ACID = 100)
|
armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 100, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 100)
|
||||||
resistance_flags = INDESTRUCTIBLE
|
resistance_flags = INDESTRUCTIBLE
|
||||||
dragon.rifts_charged += 1
|
dragon.rifts_charged += 1
|
||||||
if(dragon.rifts_charged != 3 && !dragon.objective_complete)
|
if(dragon.rifts_charged != 3 && !dragon.objective_complete)
|
||||||
|
|||||||
Reference in New Issue
Block a user