Advertisement
Luninariel

Monsters - Daisy

Dec 7th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. package edu.missouriwestern.cpozo.csc254.monsters;
  2.  
  3. public class Daisy extends Plant {
  4. public Daisy (){
  5. super();
  6. symbol = "\uD83C\uDF3C";
  7. aggressiveness = 0.0;
  8. strength = 0.0;
  9. setStamina(0.0);
  10. attackMessage = "Daisy me rollin, they hatin";
  11. passiveMessage = "The Other Daisy is a Duck";
  12. }
  13.  
  14.  
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement